com.lexicalscope.fluentreflection
Class TestMatcherElementNamed

java.lang.Object
  extended by com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher<FluentMember>
      extended by com.lexicalscope.fluentreflection.TestMatcherElementNamed

public class TestMatcherElementNamed
extends AbstractTestReflectionMatcher<FluentMember>


Field Summary
 
Fields inherited from class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
callable, constructor, context, method, type
 
Constructor Summary
TestMatcherElementNamed()
           
 
Method Summary
protected  org.hamcrest.Matcher<String> hasDescription()
           
protected  ReflectionMatcher<FluentMember> matcher()
           
protected  void setupFailingCase()
           
protected  void setupMatchingCase()
           
protected  FluentMethod target()
           
 
Methods inherited from class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
assertHasDescription, failingTarget, matcherCanFailToMatch, matcherCanMatch, matcherDescriptionMakesSense, whenMethodDeclaredBy, whenMethodHasArguments, whenMethodHasName, whenType, whenTypeHasInterface, whenTypeHasNoInterface, whenTypeHasNoSuperclass, whenTypeHasSuperclass, whenTypeIsInterface, whenTypeIsNotInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMatcherElementNamed

public TestMatcherElementNamed()
Method Detail

target

protected FluentMethod target()
Specified by:
target in class AbstractTestReflectionMatcher<FluentMember>

matcher

protected ReflectionMatcher<FluentMember> matcher()
Specified by:
matcher in class AbstractTestReflectionMatcher<FluentMember>

setupMatchingCase

protected void setupMatchingCase()
Overrides:
setupMatchingCase in class AbstractTestReflectionMatcher<FluentMember>

setupFailingCase

protected void setupFailingCase()
Overrides:
setupFailingCase in class AbstractTestReflectionMatcher<FluentMember>

hasDescription

protected org.hamcrest.Matcher<String> hasDescription()
Specified by:
hasDescription in class AbstractTestReflectionMatcher<FluentMember>


Copyright © 2011-2012 lexicalscope. All Rights Reserved.