| Class | Description |
|---|---|
| ClassPath |
Represents a collection of archives that are available on classpath to the child JVM process when running using the SE container.
|
| ClassPath.Builder |
The builder should not be reused.
|
| ClassPathDirectory |
Class path directory is represented as a
GenericArchive instance. |
| ClassPathDirectory.Builder |
A builder used to construct a virtual class path directory.
|
| LaunchServices |
Sometimes it might be useful to supply a custom logic to initialize the test environment before the test is executed (even before the test class is loaded,
e.g. to specify a class loader used to load the test class) and to shut down the test environment properly.
|
Copyright © 2017. All rights reserved.