test.jmock.core
Class LIFOInvocationDispatcherTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
test.jmock.core.LIFOInvocationDispatcherTest
- All Implemented Interfaces:
- Test
- public class LIFOInvocationDispatcherTest
- 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 |
LIFOInvocationDispatcherTest
public LIFOInvocationDispatcherTest()
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
testLaterInvokablesOverrideEarlierInvokables
public void testLaterInvokablesOverrideEarlierInvokables()
throws Throwable
- Throws:
Throwable
testSearchesForMatchInLIFOOrder
public void testSearchesForMatchInLIFOOrder()
throws Throwable
- Throws:
Throwable
testVerifiesAllInvokables
public void testVerifiesAllInvokables()
testClearRemovesAllInvokables
public void testClearRemovesAllInvokables()
throws Throwable
- Throws:
Throwable
testInvokesDefaultStubWhenNoInvokablesMatch
public void testInvokesDefaultStubWhenNoInvokablesMatch()
throws Throwable
- Throws:
Throwable