test.jmock.expectation
Class ExpectationListTest

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

public class ExpectationListTest
extends AbstractTestExpectationCollection


Constructor Summary
ExpectationListTest()
           
 
Method Summary
protected  void setUp()
           
 void testSorted()
           
 
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

ExpectationListTest

public ExpectationListTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testSorted

public void testSorted()