| Class | Description |
|---|---|
| CustomTimeZone |
Sets up a time zone to use on tests, guarantying that the original default one is reset afterwards.
|
| DynamicPort |
Defines a socket port number that will be dynamically assigned as an external resource.
|
| ForceXalanTransformerFactory |
Adds a system property to force the usage of xalan transformer factory
|
| FreePortFinder |
Finds available port numbers in a specified range.
|
| SystemProperty |
Sets up a system property before a test and guaranties to tear it down afterward.
|
| SystemPropertyTemporaryFolder |
Sets up a temporary folder that is also set as a system property before a test and guaranties to tear it down afterward.
|
| WarningTimeout |
Defines a
TestRule that checks for timeouts in the execution of the tests, but differently from the JUnit's
Timeout class, just prints a warning in the log and the test still pass. |
| WarnOnTimeout |
Defines a
Statement to execute a test with a given timeout. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.