|
|||||||||
| Home >> All >> ch >> ethz >> prose >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ch.ethz.prose.filter
Class TargetSTest

java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
ch.ethz.prose.filter.TargetSTest
- All Implemented Interfaces:
- junit.framework.Test
- public class TargetSTest
- extends junit.framework.TestCase
JUnit testcase for class CFlow.
- Version:
- $Revision: 1.1.1.1 $
| Nested Class Summary | |
static class |
TargetSTest.CreateEvents
|
(package private) static class |
TargetSTest.TestClass
|
(package private) static class |
TargetSTest.TestSubClass
|
| Field Summary | |
(package private) ch.ethz.prose.engine.FieldAccessRequest |
accessReq
|
(package private) ch.ethz.prose.engine.JoinPointListener |
jpl
|
(package private) static ch.ethz.prose.engine.JoinPointManager |
jpm
|
(package private) ch.ethz.prose.engine.FieldModificationRequest |
modifyReq
|
(package private) PointFilter |
spec
|
(package private) TargetSTest.TestClass |
testobj
|
(package private) static TargetSTest |
thisTest
|
| Fields inherited from class junit.framework.TestCase |
|
| Constructor Summary | |
TargetSTest(java.lang.String name)
Construct test with given name. |
|
| Method Summary | |
(package private) void |
_testEqual(ch.ethz.jvmai.JoinPoint ev)
Test the Target.equal functionality |
(package private) void |
_testInClass(ch.ethz.jvmai.JoinPoint ev)
|
(package private) void |
_testInstanceOf(ch.ethz.jvmai.JoinPoint ev)
Test the CFlow.Fields functionality |
(package private) void |
_testSame(ch.ethz.jvmai.JoinPoint ev)
Test the Target.same functionality |
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 |
testObjectSpecializers()
Run the tests. |
| 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 |
testobj
TargetSTest.TestClass testobj
spec
PointFilter spec
jpl
ch.ethz.prose.engine.JoinPointListener jpl
accessReq
ch.ethz.prose.engine.FieldAccessRequest accessReq
modifyReq
ch.ethz.prose.engine.FieldModificationRequest modifyReq
thisTest
static TargetSTest thisTest
jpm
static ch.ethz.prose.engine.JoinPointManager jpm
| Constructor Detail |
TargetSTest
public TargetSTest(java.lang.String name)
- Construct test with given name.
| Method Detail |
setUp
protected void setUp()
- Set up fixture.
tearDown
protected void tearDown()
- 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.
testObjectSpecializers
public void testObjectSpecializers()
- Run the tests. Actually, because we can not save events, we need
the tests to be run from within the JoinPointListener.
_testEqual
void _testEqual(ch.ethz.jvmai.JoinPoint ev)
- Test the Target.equal functionality
_testSame
void _testSame(ch.ethz.jvmai.JoinPoint ev)
- Test the Target.same functionality
_testInstanceOf
void _testInstanceOf(ch.ethz.jvmai.JoinPoint ev)
- Test the CFlow.Fields functionality
_testInClass
void _testInClass(ch.ethz.jvmai.JoinPoint ev)
suite
public static junit.framework.Test suite()
- Test suite.
|
|||||||||
| Home >> All >> ch >> ethz >> prose >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC