333334335336337338339340341342343344
assertEquals(ooe, ooe2); } public void testSubStructValidation() throws Exception { StructA valid = new StructA("valid"); StructA invalid = new StructA(); StructB b = new StructB(); try { b.validate(); fail();