|
Class Summary |
| 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 |
| TestCase |
|
| TestCase.D |
|
| TestCase.Name |
|
| TestCase.S |
|