com.lexicalscope.fluentreflection
Class TestMatcherTypeHasNoSuperclasses

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

public class TestMatcherTypeHasNoSuperclasses
extends AbstractTestReflectionMatcher<FluentClass<?>>


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

TestMatcherTypeHasNoSuperclasses

public TestMatcherTypeHasNoSuperclasses()
Method Detail

target

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

matcher

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

setupMatchingCase

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

setupFailingCase

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

hasDescription

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


Copyright © 2011-2012 lexicalscope. All Rights Reserved.