See: Description
| Interface | Description |
|---|---|
| AbstractJavaTestHttpPluginInterface |
The interface for a Java test plug-in which is bound to a HTTP call.
|
| AbstractJavaTestPeriodicThreadInterface |
A callback interface which is periodically called by an AbstractJavaTestPeriodicThread.
|
| AbstractJavaTestPluginInterface |
The interface for a 'normal' Java test plug-in.
|
| Class | Description |
|---|---|
| AbstractJavaTest |
An abstract class for a test program which supports the 'DKFQS All Purpose Interface Type 1'.
|
| AbstractJavaTestHttpPluginExecute |
Test the execution of a java test plug-in which is bound to a HTTP call.
|
| AbstractJavaTestPeriodicThread |
A thread which calls periodically the AbstractJavaTestPeriodicThreadInterface.
|
| AbstractJavaTestPluginContext |
The (transient) plug-in context - valid once for a single one plug-in method call.
|
| AbstractJavaTestPluginExecute |
Test the execution of a 'normal' java test plug-in.
|
| Exception | Description |
|---|---|
| AbstractJavaTestPluginSessionFailedException |
Signals from a plug-in that the execution of a user-session has failed, but that the user should continue to execute the next session.
|
| AbstractJavaTestPluginTestFailedException |
Signals from a plug-in that the execution of the test should be stopped.
|
| AbstractJavaTestPluginUserFailedException |
Signals from a plug-in that further execution of the user should be stopped.
|
| Annotation Type | Description |
|---|---|
| AbstractJavaTest.ResourceFiles |
Additional files which are required to execute the test program, such as jar-files and input-files.
|
| AbstractJavaTestHttpPluginInterface.PluginResourceFiles |
Additional files which are required to execute the plug-in, such as jar-files and configuration files.
|
| AbstractJavaTestPluginInterface.PluginResourceFiles |
Additional files which are required to execute the plug-in, such as jar-files and configuration files.
|