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);
}
Aggregations