com.lexicalscope.fluentreflection
Class TestMatcherOr

java.lang.Object
  extended by com.lexicalscope.fluentreflection.TestMatcherOr

public class TestMatcherOr
extends Object


Field Summary
 com.lexicalscope.fluentreflection.JUnitRuleMockery context
           
 
Constructor Summary
TestMatcherOr()
           
 
Method Summary
 void descriptionDescribesBothMatchers()
           
 void descriptionWithSingleMatcherIsSensible()
           
 void ifBothMatcherMatchesThenTrue()
           
 void ifNeitherMatcherMatchesThenFalse()
           
 void ifOnlyOneMatcherMatchesThenTrue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

public final com.lexicalscope.fluentreflection.JUnitRuleMockery context
Constructor Detail

TestMatcherOr

public TestMatcherOr()
Method Detail

ifOnlyOneMatcherMatchesThenTrue

public void ifOnlyOneMatcherMatchesThenTrue()
                                     throws Exception
Throws:
Exception

ifBothMatcherMatchesThenTrue

public void ifBothMatcherMatchesThenTrue()
                                  throws Exception
Throws:
Exception

ifNeitherMatcherMatchesThenFalse

public void ifNeitherMatcherMatchesThenFalse()
                                      throws Exception
Throws:
Exception

descriptionDescribesBothMatchers

public void descriptionDescribesBothMatchers()
                                      throws Exception
Throws:
Exception

descriptionWithSingleMatcherIsSensible

public void descriptionWithSingleMatcherIsSensible()
                                            throws Exception
Throws:
Exception


Copyright © 2011-2012 lexicalscope. All Rights Reserved.