Pojo type used in testing.
383940414243444546
} public void setUp() { System.out.println("Running test " + this.getName() + " of " + this.getClass().getSimpleName()); pojo = new UnAnnotPojo(); pojo.setName("failure"); pojo.setNum(0); }
363738394041424344
super(name, "kernelcactusapp"); } public void setUp() throws Exception { super.setUp(new Object[] {}); pojo = new UnAnnotPojo(); pojo.setName("failure"); pojo.setNum(0); }
public TestPojoWithoutAnnotationsCannotBePersisted(String name) { super(name, "kernelcactusapp"); } public void setUp() { pojo = new UnAnnotPojo(); pojo.setName("failure"); pojo.setNum(0); }