java.lang.Object
junit.framework.Assert
junit.framework.TestCase
ch.ethz.prose.filter.ExceptionCatchSTest
- All Implemented Interfaces:
- junit.framework.Test
- public class ExceptionCatchSTest
- extends junit.framework.TestCase
JUnit testcase for class ExceptionCatchSTest.
- Version:
- $Revision: 1.1.1.1 $
| Fields inherited from class junit.framework.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 |
reqCatch1
ch.ethz.prose.engine.ExceptionCatchRequest reqCatch1
reqCatch2
ch.ethz.prose.engine.ExceptionCatchRequest reqCatch2
reqCatch3
ch.ethz.prose.engine.ExceptionCatchRequest reqCatch3
reqCatch4
ch.ethz.prose.engine.ExceptionCatchRequest reqCatch4
reqCatch5
ch.ethz.prose.engine.ExceptionCatchRequest reqCatch5
reqCatch6
ch.ethz.prose.engine.ExceptionCatchRequest reqCatch6
reqCatch7
ch.ethz.prose.engine.ExceptionCatchRequest reqCatch7
jpmCatch
ch.ethz.prose.engine.JoinPointManager jpmCatch
jplCatch
ch.ethz.prose.engine.JoinPointListener jplCatch
specCatch
PointCutter specCatch
excCatchSTest
static ExceptionCatchSTest excCatchSTest
counterCatch
static int[] counterCatch
excCounterCatch
static int excCounterCatch
excCatch1
ExceptionCatchSTest.ExampleCatch1 excCatch1
excCatch2
ExceptionCatchSTest.ExampleCatch2 excCatch2
excCatch3
ExceptionCatchSTest.ExampleCatch3 excCatch3
ExceptionCatchSTest
public ExceptionCatchSTest(java.lang.String name)
- Construct test with given name.
setUp
protected void setUp()
- Set up fixture.
tearDown
protected void tearDown()
throws java.lang.Exception
- Description copied from class:
junit.framework.TestCase
- Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
test001_FilterRequests
public void test001_FilterRequests()
test002_FilterEvents
public void test002_FilterEvents()
testCatchInClass
public void testCatchInClass(ch.ethz.jvmai.JoinPoint jpeCatch)
testCatchInMethod
public void testCatchInMethod(ch.ethz.jvmai.JoinPoint jpeCatch)
testCatchMessageNamed
public void testCatchMessageNamed(ch.ethz.jvmai.JoinPoint jpeCatch)
suite
public static junit.framework.Test suite()
- Test suite.