test.jmock.core.constraint
Class OrTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bytest.jmock.core.constraint.AbstractConstraintsTest
              extended bytest.jmock.core.constraint.OrTest
All Implemented Interfaces:
Test

public class OrTest
extends AbstractConstraintsTest


Field Summary
 
Fields inherited from class test.jmock.core.constraint.AbstractConstraintsTest
ANY_NON_NULL_ARGUMENT, ARGUMENT_IGNORED, FALSE_CONSTRAINT, NEVER_EVALUATED, TRUE_CONSTRAINT
 
Constructor Summary
OrTest()
           
 
Method Summary
 void testEvaluatesArgumentsLeftToRightAndShortCircuitsEvaluation()
           
 void testEvaluatesToTheTheLogicalDisjunctionOfTwoOtherConstraint()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrTest

public OrTest()
Method Detail

testEvaluatesToTheTheLogicalDisjunctionOfTwoOtherConstraint

public void testEvaluatesToTheTheLogicalDisjunctionOfTwoOtherConstraint()

testEvaluatesArgumentsLeftToRightAndShortCircuitsEvaluation

public void testEvaluatesArgumentsLeftToRightAndShortCircuitsEvaluation()