Searched refs:SAMPLE_SPEC_VALUE_TITLE (Results 1 – 4 of 4) sorted by relevance
23 protected final static String SAMPLE_SPEC_VALUE_TITLE = "View from 15th Floor"; field in BaseTest37 +"\"Title\" : \""+SAMPLE_SPEC_VALUE_TITLE+"\",\n"183 assertEquals(SAMPLE_SPEC_VALUE_TITLE, getAndVerifyText(jp)); in verifyJsonSpecSampleDoc()
54 protected final static String SAMPLE_SPEC_VALUE_TITLE = "View from 15th Floor"; field in BaseTest68 +"\"Title\" : \""+SAMPLE_SPEC_VALUE_TITLE+"\",\n"220 assertEquals(SAMPLE_SPEC_VALUE_TITLE, getAndVerifyText(p)); in verifyJsonSpecSampleDoc()
53 assertEquals(SAMPLE_SPEC_VALUE_TITLE, ob.textValue()); in testSimple()
163 assertEquals(SAMPLE_SPEC_VALUE_TITLE, imageMap.get("Title")); in testSampleDoc()