| Interface | Description |
|---|---|
| ExternalResource |
Default Rule to do some stuff before the test, and after (always).
|
| TemporaryFolder |
This rule provides a way to support temporary folder.
|
| TemporaryFolder.InitialEntry |
Generic part regarding initial context of a temporary folder.
|
| TemporaryFolder.InitialFileEntry |
An initial file.
|
| TemporaryFolder.InitialFolderEntry |
An initial folder.
|
| TemporaryFolder.TemporaryFolderBuilder |
This is a builder for temporary folder.
|
| TestListenerRule |
This can be use to support taking action depending on the issue of the test.
|
| Class | Description |
|---|---|
| SystemPropertiesRule |
Rule that restore system properties after test.
|
| TestContextRule |
This rule can be used to have access to the
test execution
context from inside a test. |
These classes are exposed by the testSuite interface
for the one that can be used directly. The not exposed classes are the once provided
to be used by rule provider/implementer.
Copyright © 2014. All rights reserved.