28293031323334
public abstract class TestA21_16 extends JDOTestBase { public void testUserStaticBlockCodeInitializedBeforeJDOStaticBlock() { //in case of error, the constructor will raise exception new UserStaticBlock(); }