Searched refs:SAMPLE_SPEC_VALUE_TN_URL (Results 1 – 4 of 4) sorted by relevance
24 … protected final static String SAMPLE_SPEC_VALUE_TN_URL = "http://www.example.com/image/481989943"; field in BaseTest39 +" \"Url\" : \""+SAMPLE_SPEC_VALUE_TN_URL+"\",\n"196 assertEquals(SAMPLE_SPEC_VALUE_TN_URL, getAndVerifyText(jp)); in verifyJsonSpecSampleDoc()
55 … protected final static String SAMPLE_SPEC_VALUE_TN_URL = "http://www.example.com/image/481989943"; field in BaseTest70 +" \"Url\" : \""+SAMPLE_SPEC_VALUE_TN_URL+"\",\n"233 assertEquals(SAMPLE_SPEC_VALUE_TN_URL, getAndVerifyText(p)); in verifyJsonSpecSampleDoc()
60 assertEquals(SAMPLE_SPEC_VALUE_TN_URL, ob.textValue()); in testSimple()
174 assertEquals(SAMPLE_SPEC_VALUE_TN_URL, tnMap.get("Url")); in testSampleDoc()