com.lexicalscope.fluentreflection
Class TestMatcherArgumentCount

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

public class TestMatcherArgumentCount
extends AbstractTestReflectionMatcher<FluentMember>


Field Summary
 
Fields inherited from class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
callable, constructor, context, method, type
 
Constructor Summary
TestMatcherArgumentCount()
           
 
Method Summary
protected  org.hamcrest.Matcher<String> hasDescription()
           
protected  ReflectionMatcher<FluentMember> matcher()
           
protected  void setupFailingCase()
           
protected  void setupMatchingCase()
           
protected  FluentMember 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

TestMatcherArgumentCount

public TestMatcherArgumentCount()
Method Detail

matcher

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

hasDescription

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

setupFailingCase

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

setupMatchingCase

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

target

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


Copyright © 2011-2012 lexicalscope. All Rights Reserved.