test.jmock.expectation
Class ExpectationSetTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bytest.jmock.expectation.AbstractTestExpectationCollection
              extended bytest.jmock.expectation.ExpectationSetTest
All Implemented Interfaces:
Test

public class ExpectationSetTest
extends AbstractTestExpectationCollection


Constructor Summary
ExpectationSetTest()
           
 
Method Summary
protected  void setUp()
           
 void testChangingHashcode()
           
 void testChanginHashcodeImediateCheck()
           
 void testMultiUnsorted()
           
 void testMultiUnsortedSet()
           
 void testUnsorted()
           
 void testUnsortedSet()
           
 
Methods inherited from class test.jmock.expectation.AbstractTestExpectationCollection
testEmpty, testExpectingALong, testFailImmediately, testFailImmediatelyAddingTooMany, testFailOnSizes, testFailOnVerify, testFlushActual, testHasExpectations, testHasExpectationsForAddingManyArray, testHasExpectationsForAddingManyVector, testHasNoExpectations, testManyFromEnumeration, testManyFromIterator, testMultiFailureFromEnumeration, testMultiFailureFromIterator, testMultiFailureSizes
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

ExpectationSetTest

public ExpectationSetTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testMultiUnsorted

public void testMultiUnsorted()

testChangingHashcode

public void testChangingHashcode()

testChanginHashcodeImediateCheck

public void testChanginHashcodeImediateCheck()

testMultiUnsortedSet

public void testMultiUnsortedSet()

testUnsorted

public void testUnsorted()

testUnsortedSet

public void testUnsortedSet()