| process.Cleanup
Cleanup | public class Cleanup extends TestCase (Code) | | Testing audit event handling. This test suite does not make any senseful
things, rather than forcing the creation of several audit events in order
to test that they've been created and written the appropriate database
tables.
|
Method Summary | |
public void | cleanup() | public static Test | suite() The definition of the test suite. |
Cleanup | public Cleanup(String name)(Code) | | Constructor of this TestCase
Parameters: name - the name of the test case |
suite | public static Test suite()(Code) | | The definition of the test suite. There's one test case per event type.
However, not all test cases are currently doing something.
the test suite |
|
|