--- proxytoys/src/test/java/com/thoughtworks/proxy/AllTests.java 2010-05-13 13:19:38.000000000 +0200 +++ proxytoys/src/test/java/com/thoughtworks/proxy/AllTests.java.test 2015-04-02 11:10:37.157147989 +0200 @@ -68,7 +68,7 @@ PoolTest.class, PrivilegingTest.class }) - static class CglibSuite { + public static class CglibSuite { public CglibSuite() { AbstractProxyTest.PROXY_FACTORY = new CglibProxyFactory(); } @@ -89,7 +89,7 @@ PoolTest.class, PrivilegingTest.class }) - static class StandardSuite { + public static class StandardSuite { public StandardSuite() { AbstractProxyTest.PROXY_FACTORY = new StandardProxyFactory(); }