Searched refs:bean1 (Results 1 – 2 of 2) sorted by relevance
53 ComponentBean bean1 = (ComponentBean) parsed.next(); in testDirectives() local54 assertEquals(0, bean1.getProperty1()); in testDirectives()55 assertEquals("aaa", bean1.getProperty2()); in testDirectives()71 ComponentBean bean1 = (ComponentBean) parsed.next(); in testDirectives2() local72 assertEquals(0, bean1.getProperty1()); in testDirectives2()73 assertEquals("aaa", bean1.getProperty2()); in testDirectives2()
41 BigJavaBean bean1 = new BigJavaBean(1, "simple", "line 1\nline2\nzipcode", "short text1"); in testDifferentStyles() local43 bean1.setNumbers(numbers1); in testDifferentStyles()47 bean1.setData(data1); in testDifferentStyles()59 list.add(bean1); in testDifferentStyles()69 assertEquals(bean1, parsed.get(0)); in testDifferentStyles()