@Target(value=TYPE) @Retention(value=RUNTIME) public @interface BootstrapTest
This annotation should be applied to a class which uses the LoadTimeWeavableTestRunner
which will load
and execute the specified bootstrap test.
Usually, this is used for one-time initialization for the test suite. It also helps to get around issues of eager classloading of JPA entities before their ClassFileTransformers can be registered for load-time weaving.
The test class referenced must have at least one Test
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.