use of org.apache.derbyTesting.junit.ClassLoaderTestSetup in project derby by apache.
the class SecureServerTest method makeDerby6619Test.
private static Test makeDerby6619Test() {
Test t = new SecureServerTest("test6619");
t = TestConfiguration.clientServerDecorator(t);
t = new SecurityManagerSetup(t, POLICY6619);
t = new ClassLoaderTestSetup(t);
return t;
}
Aggregations