| org.apache.cxf.phase.PhaseInterceptorChainTest
PhaseInterceptorChainTest | public class PhaseInterceptorChainTest extends Assert (Code) | | |
Inner Class :public class InsertingPhaseInterceptor extends AbstractPhaseInterceptor | |
Inner Class :public class CountingPhaseInterceptor extends AbstractPhaseInterceptor | |
Inner Class :public class WrapperingPhaseInterceptor extends CountingPhaseInterceptor | |
setUp | public void setUp()(Code) | | |
tearDown | public void tearDown()(Code) | | |
testAddOneInterceptor | public void testAddOneInterceptor() throws Exception(Code) | | |
testAddTwoInterceptorsSamePhase | public void testAddTwoInterceptorsSamePhase() throws Exception(Code) | | |
testChainInvocationStartFromSpecifiedInterceptor | public void testChainInvocationStartFromSpecifiedInterceptor() throws Exception(Code) | | |
testForceAddSameInterceptor | public void testForceAddSameInterceptor() throws Exception(Code) | | |
testForceAddSameInterceptorType | public void testForceAddSameInterceptorType() throws Exception(Code) | | |
testInsertionInDifferentPhasePass | public void testInsertionInDifferentPhasePass() throws Exception(Code) | | |
testInsertionInSamePhasePass | public void testInsertionInSamePhasePass() throws Exception(Code) | | |
testSingleInterceptorFail | public void testSingleInterceptorFail() throws Exception(Code) | | |
testSingleInterceptorPass | public void testSingleInterceptorPass() throws Exception(Code) | | |
testThreeInterceptorSamePhaseWithOrder | public void testThreeInterceptorSamePhaseWithOrder() throws Exception(Code) | | |
testThreeInterceptorsInSamePhaseSecondFail | public void testThreeInterceptorsInSamePhaseSecondFail() throws Exception(Code) | | |
testTwoInterceptorsInDifferentPhasesPass | public void testTwoInterceptorsInDifferentPhasesPass() throws Exception(Code) | | |
testTwoInterceptorsInDifferentPhasesSecondFail | public void testTwoInterceptorsInDifferentPhasesSecondFail() throws Exception(Code) | | |
testTwoInterceptorsInSamePhasePass | public void testTwoInterceptorsInSamePhasePass() throws Exception(Code) | | |
testTwoInterceptorsInSamePhaseSecondFail | public void testTwoInterceptorsInSamePhaseSecondFail() throws Exception(Code) | | |
testWrappedInvocation | public void testWrappedInvocation() throws Exception(Code) | | |
|
|