| Interface | Description |
|---|---|
| TestUtil.MethodToCall |
Functional Interface for
TestUtil.expectException(MethodToCall, Class). |
| Class | Description |
|---|---|
| ConcurrentRule |
ConcurrentRule is a JUnit Rule which allows a given test method
to be executed currently by a specified number of threads concurrently.
The first Exception thrown by any of the threads is captured and re-thrown as the overall exception of the method. |
| DynamicSuite |
DynamicSuite resolves and runs a test suite dynamically containing all
classes matched by a specified pattern.
Use the @RunWith annotation, specifying DyanimcSuite.class as
the value in order to run a test class as a dynamic suite. |
| HibernateUtil | |
| MappingUtil | |
| MavenProjectUtil |
MavenProjectUtil provides lookup of the current project's root folder,
assuming the default compile directory somewhere beneath the 'target' folder;
uses lookup of the current class' class-file as a resource and walks up
to the target folder
|
| TestUtil |
| Annotation Type | Description |
|---|---|
| ConcurrentRule.Concurrent |
Concurrent is used to mark the number of threads which should
be used to invoke the test method simultaneously.
|
| DynamicSuite.Scenario |
The
Scenario annotation is used to mark the dynamic suite
with a specific name that should be appended to each executed test name. |
| DynamicSuite.TestCasePattern |
The
TestCasePattern annotation specifies the pattern from
which test case classes should be matched. |
Copyright © 2017 Glasnost. All Rights Reserved.