Home
last modified time | relevance | path

Searched refs:SAMPLE_SPEC_VALUE_TITLE (Results 1 – 4 of 4) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DBaseTest.java23 protected final static String SAMPLE_SPEC_VALUE_TITLE = "View from 15th Floor"; field in BaseTest
37 +"\"Title\" : \""+SAMPLE_SPEC_VALUE_TITLE+"\",\n"
183 assertEquals(SAMPLE_SPEC_VALUE_TITLE, getAndVerifyText(jp)); in verifyJsonSpecSampleDoc()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/
DBaseTest.java54 protected final static String SAMPLE_SPEC_VALUE_TITLE = "View from 15th Floor"; field in BaseTest
68 +"\"Title\" : \""+SAMPLE_SPEC_VALUE_TITLE+"\",\n"
220 assertEquals(SAMPLE_SPEC_VALUE_TITLE, getAndVerifyText(p)); in verifyJsonSpecSampleDoc()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DTreeReadViaMapperTest.java53 assertEquals(SAMPLE_SPEC_VALUE_TITLE, ob.textValue()); in testSimple()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DUntypedDeserializationTest.java163 assertEquals(SAMPLE_SPEC_VALUE_TITLE, imageMap.get("Title")); in testSampleDoc()