| Interface | Description |
|---|---|
| UnitTestEngine |
Interface to support FWD unit testing engine remote operations.
|
| Class | Description |
|---|---|
| AbstractBranchTestDescriptor |
This class provides common functions for branch test descriptors
|
| AbstractClassTestDescriptor |
Common ancestor for legacy class and legacy procedure test descriptors.
|
| AbstractFWDTestDescriptor |
This class provides common functions for all FWD test descriptors:
Stores unique ID, display name and parent reference.
|
| AbstractMethodTestDescriptor |
Test descriptor for a Java method.
|
| FWDClassMethodTestDescriptor |
Test descriptor for a legacy class test method.
|
| FWDClassTestDescriptor |
Test descriptor for a legacy class.
|
| FWDDescriptorFactory |
This class is a factory with all static methods to create test descriptor instances
compatible with the emulated Progress version.
|
| FWDEngineDescriptor |
Test engine descriptor.
|
| FWDEngineExecutionContext |
Test engine execution context.
|
| FWDProcedureMethodTestDescriptor |
Test descriptor for a legacy internal procedure.
|
| FWDProcedureMethodTestDescriptor_11_6 |
Test descriptor for a legacy internal procedure, compatible wit OE 11.6.
|
| FWDProcedureMethodTestDescriptor_11_7 |
Test descriptor for a legacy internal procedure, compatible wit OE 11.7.
|
| FWDProcedureTestDescriptor |
Test descriptor for a legacy procedure.
|
| FWDProcedureTestDescriptor_11_6 |
Instances of this class provide procedure test descriptor behavior compatible
with Progress 11.6 ABLUnit library.
|
| FWDProcedureTestDescriptor_11_7 |
Instances of this class provide procedure test descriptor behavior compatible
with Progress 11.7 ABLUnit library (the exact version tested was 11.7.12).
|
| FWDTestEngine |
FWD Test engine.
|
| FWDTestEngine.FWDThrowableCollector |
ThrowableCollector which handles RuntimeExceptions which wrap
AssertionFailedError in the exception cause chain specially. |
| NoopDescriptor |
The
NoopDescriptor does nothing. |
| SerializationSupport |
Serialization support utilities
|
| TestExecutionSupport |
Static methods to support legacy class methods and legacy procedure execution.
|
| UnitTestServer |
FWD unit testing engine remote operation server-side implementation.
|
| UnitTestServer.WorkArea |
Context local work area.
|
| Enum | Description |
|---|---|
| FWDTestEngine.State |
Engine state
|