public class InterceptingTestCase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InterceptingTestCase.Englishman |
static interface |
InterceptingTestCase.Person |
Constructor and Description |
---|
InterceptingTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
testNothingHappensIfNoPreOrPost() |
void |
testOverrideOfReturnValue() |
void |
testPreAndPostObservation() |
void |
testPreAndPostObservationWithParameter() |
void |
testPreCanPreventInvocationWithAlternateReturnValue() |
public InterceptingTestCase()
public void testPreAndPostObservation()
public void testPreAndPostObservationWithParameter()
public void testPreCanPreventInvocationWithAlternateReturnValue()
public void testOverrideOfReturnValue()
public void testNothingHappensIfNoPreOrPost()
Copyright © 2003–2015 Codehaus. All rights reserved.