Search in sources :

Example 1 with ClassLoaderTestSetup

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;
}
Also used : Test(junit.framework.Test) SecurityManagerSetup(org.apache.derbyTesting.junit.SecurityManagerSetup) ClassLoaderTestSetup(org.apache.derbyTesting.junit.ClassLoaderTestSetup)

Aggregations

Test (junit.framework.Test)1 ClassLoaderTestSetup (org.apache.derbyTesting.junit.ClassLoaderTestSetup)1 SecurityManagerSetup (org.apache.derbyTesting.junit.SecurityManagerSetup)1