test.jmock.core
Class FIFOInvocationDispatcherTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
test.jmock.core.FIFOInvocationDispatcherTest
- All Implemented Interfaces:
- Test
- public class FIFOInvocationDispatcherTest
- extends TestCase
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 |
FIFOInvocationDispatcherTest
public FIFOInvocationDispatcherTest()
setUp
public void setUp()
throws NoSuchMethodException
- Throws:
NoSuchMethodException
dummyMethod
public void dummyMethod()
testInvokeFailsWhenEmpty
public void testInvokeFailsWhenEmpty()
throws Throwable
- Throws:
Throwable
testInvokesInvokableThatMatches
public void testInvokesInvokableThatMatches()
throws Throwable
- Throws:
Throwable
testReturnsValueFromInvokable
public void testReturnsValueFromInvokable()
throws Throwable
- Throws:
Throwable
testPropagatesExceptionFromInvokable
public void testPropagatesExceptionFromInvokable()
throws Throwable
- Throws:
Throwable
testByDefaultInvokeFailsWhenNoInvokablesMatch
public void testByDefaultInvokeFailsWhenNoInvokablesMatch()
throws Throwable
- Throws:
Throwable
testEarlierInvokablesOverrideLaterInvokables
public void testEarlierInvokablesOverrideLaterInvokables()
throws Throwable
- Throws:
Throwable
testSearchesForMatchInFIFOOrder
public void testSearchesForMatchInFIFOOrder()
throws Throwable
- Throws:
Throwable
testVerifiesAllInvokables
public void testVerifiesAllInvokables()
testClearRemovesAllInvokables
public void testClearRemovesAllInvokables()
throws Throwable
- Throws:
Throwable
testInvokesDefaultStubWhenNoInvokablesMatch
public void testInvokesDefaultStubWhenNoInvokablesMatch()
throws Throwable
- Throws:
Throwable