com.lexicalscope.fluentreflection
Class TestMatcherAnyReflectedType

java.lang.Object
  extended by com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher<FluentClass<?>>
      extended by com.lexicalscope.fluentreflection.TestMatcherAnyReflectedType

public class TestMatcherAnyReflectedType
extends AbstractTestReflectionMatcher<FluentClass<?>>


Field Summary
 
Fields inherited from class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
callable, constructor, context, method, type
 
Constructor Summary
TestMatcherAnyReflectedType()
           
 
Method Summary
protected  FluentClass<?> failingTarget()
           
protected  org.hamcrest.Matcher<String> hasDescription()
           
protected  ReflectionMatcher<FluentClass<?>> matcher()
           
protected  FluentClass<?> target()
           
 
Methods inherited from class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
assertHasDescription, matcherCanFailToMatch, matcherCanMatch, matcherDescriptionMakesSense, setupFailingCase, setupMatchingCase, 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

TestMatcherAnyReflectedType

public TestMatcherAnyReflectedType()
Method Detail

matcher

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

hasDescription

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

target

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

failingTarget

protected FluentClass<?> failingTarget()
Overrides:
failingTarget in class AbstractTestReflectionMatcher<FluentClass<?>>


Copyright © 2011-2012 lexicalscope. All Rights Reserved.