Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ch.ethz.prose.filter
Class ExceptionCatchSTest  view ExceptionCatchSTest download ExceptionCatchSTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bych.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 $

Nested Class Summary
(package private) static class ExceptionCatchSTest.ExampleCatch1
           
(package private) static class ExceptionCatchSTest.ExampleCatch2
           
(package private) static class ExceptionCatchSTest.ExampleCatch3
           
(package private) static class ExceptionCatchSTest.MyJoinPointListener
           
(package private) static class ExceptionCatchSTest.TestException
           
(package private) static class ExceptionCatchSTest.TestException2
           
(package private) static class ExceptionCatchSTest.TestException3
           
(package private) static class ExceptionCatchSTest.TestException4
           
(package private) static class ExceptionCatchSTest.TestException5
           
(package private) static class ExceptionCatchSTest.TestException6
           
 
Field Summary
(package private) static int[] counterCatch
           
(package private)  ExceptionCatchSTest.ExampleCatch1 excCatch1
           
(package private)  ExceptionCatchSTest.ExampleCatch2 excCatch2
           
(package private)  ExceptionCatchSTest.ExampleCatch3 excCatch3
           
(package private) static ExceptionCatchSTest excCatchSTest
           
(package private) static int excCounterCatch
           
(package private)  ch.ethz.prose.engine.JoinPointListener jplCatch
           
(package private)  ch.ethz.prose.engine.JoinPointManager jpmCatch
           
(package private)  ch.ethz.prose.engine.ExceptionCatchRequest reqCatch1
           
(package private)  ch.ethz.prose.engine.ExceptionCatchRequest reqCatch2
           
(package private)  ch.ethz.prose.engine.ExceptionCatchRequest reqCatch3
           
(package private)  ch.ethz.prose.engine.ExceptionCatchRequest reqCatch4
           
(package private)  ch.ethz.prose.engine.ExceptionCatchRequest reqCatch5
           
(package private)  ch.ethz.prose.engine.ExceptionCatchRequest reqCatch6
           
(package private)  ch.ethz.prose.engine.ExceptionCatchRequest reqCatch7
           
(package private)  PointCutter specCatch
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ExceptionCatchSTest(java.lang.String name)
          Construct test with given name.
 
Method Summary
protected  void setUp()
          Set up fixture.
static junit.framework.Test suite()
          Test suite.
protected  void tearDown()
          Tears down the fixture, for example, close a network connection.
 void test001_FilterRequests()
           
 void test002_FilterEvents()
           
 void testCatchInClass(ch.ethz.jvmai.JoinPoint jpeCatch)
           
 void testCatchInMethod(ch.ethz.jvmai.JoinPoint jpeCatch)
           
 void testCatchMessageNamed(ch.ethz.jvmai.JoinPoint jpeCatch)
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ExceptionCatchSTest

public ExceptionCatchSTest(java.lang.String name)
Construct test with given name.

Method Detail

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.