| Class | Description |
|---|---|
| ClassLoaderPerTestRunner |
A Junit 4 runner that executes each Test method with a new Custom classloader so that all variables,
also the final ones, are reinitialized.
|
| NamedRunner |
A Junit 4 runner that stores the name of the method that runs.
|
| TestClassLoader |
A Classloader that delegates the loading of the classes to the parent if it is in the
excluded list or does it itself otherwise.
|
| Annotation Type | Description |
|---|---|
| ClptrExclude |
Copyright © 2015-2016 bitstrings.org. All Rights Reserved.