Search in sources :

Example 26 with TestClassloaderWithRewriting

use of org.springsource.loaded.test.infra.TestClassloaderWithRewriting in project spring-loaded by spring-projects.

the class EnumTests method setUp.

@Before
public void setUp() throws Exception {
    super.setup();
    GlobalConfiguration.reloadMessages = true;
    binLoader = new TestClassloaderWithRewriting(true, true, true);
}
Also used : TestClassloaderWithRewriting(org.springsource.loaded.test.infra.TestClassloaderWithRewriting) Before(org.junit.Before)

Aggregations

TestClassloaderWithRewriting (org.springsource.loaded.test.infra.TestClassloaderWithRewriting)26 Test (org.junit.Test)24 TypeRegistry (org.springsource.loaded.TypeRegistry)24 ReloadableType (org.springsource.loaded.ReloadableType)22 InvocationTargetException (java.lang.reflect.InvocationTargetException)4 Ignore (org.junit.Ignore)3 ReloadEventProcessorPlugin (org.springsource.loaded.ReloadEventProcessorPlugin)3 Before (org.junit.Before)2