| Class | Description |
|---|---|
| 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.
|
| TestPerClassLoaderRunner |
A Junit 4 runner that executes each Test method with a new Custom classloader so
that all variables,
also the final ones, are reinitialized.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.