Searched refs:line2 (Results 1 – 3 of 3) sorted by relevance
114 String line2 = lines[2]; in scope() local115 TestUtils.assertContains(line2, "Monty Python", "Holy grail"); in scope()116 TestUtils.assertAbsent(line2, "Parrot sketch"); in scope()117 TestUtils.assertContains(line2, "Silly place"); in scope()
17 <xs:element type="xs:string" name="line2"/>25 <xs:element type="xs:string" name="line2"/>
96 String line2 = (String) extra.getMethod("getLine2").invoke(extraInstance); in testNestedType() local100 assertThat(line2, is("Good Street")); in testNestedType()