46474849505152535455565758
/** * @throws Exception */ public void testPageSerialization() throws Exception { PageB b = new PageB("test"); PageA a = new PageA(b); b.setA(a); tester.setupRequestAndResponse(); Session session = Session.get();
48495051525354555657585960
/** * @throws Exception */ public void testPageSerialization() throws Exception { PageB b = new PageB("test"); PageA a = new PageA(b); b.setA(a); tester.setupRequestAndResponse(); Session.get();
31323334353637383940414243