public class Bootstrap extends Object
To maximize the isolation and avoid test interference, test harness could should not be put into the system classloader. The bootstrap module is the small code that's loaded into the system classloader.
It's only job is to find all the jars that consistute the harness,
and create a URLClassLoader, then call into it.
| Constructor | Description |
|---|---|
Bootstrap() |
Copyright © 2018. All rights reserved.