Home
last modified time | relevance | path

Searched refs:verifyIntValue (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DBaseTest.java166 verifyIntValue(jp, SAMPLE_SPEC_VALUE_WIDTH); in verifyJsonSpecSampleDoc()
176 verifyIntValue(jp, SAMPLE_SPEC_VALUE_HEIGHT); in verifyJsonSpecSampleDoc()
204 verifyIntValue(jp, SAMPLE_SPEC_VALUE_TN_HEIGHT); in verifyJsonSpecSampleDoc()
221 verifyIntValue(jp, SAMPLE_SPEC_VALUE_TN_ID1); in verifyJsonSpecSampleDoc()
225 verifyIntValue(jp, SAMPLE_SPEC_VALUE_TN_ID2); in verifyJsonSpecSampleDoc()
229 verifyIntValue(jp, SAMPLE_SPEC_VALUE_TN_ID3); in verifyJsonSpecSampleDoc()
233 verifyIntValue(jp, SAMPLE_SPEC_VALUE_TN_ID4); in verifyJsonSpecSampleDoc()
263 protected void verifyIntValue(JsonParser p, long expValue) in verifyIntValue() method in BaseTest
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/
DBaseTest.java203 verifyIntValue(p, SAMPLE_SPEC_VALUE_WIDTH); in verifyJsonSpecSampleDoc()
213 verifyIntValue(p, SAMPLE_SPEC_VALUE_HEIGHT); in verifyJsonSpecSampleDoc()
241 verifyIntValue(p, SAMPLE_SPEC_VALUE_TN_HEIGHT); in verifyJsonSpecSampleDoc()
258 verifyIntValue(p, SAMPLE_SPEC_VALUE_TN_ID1); in verifyJsonSpecSampleDoc()
262 verifyIntValue(p, SAMPLE_SPEC_VALUE_TN_ID2); in verifyJsonSpecSampleDoc()
266 verifyIntValue(p, SAMPLE_SPEC_VALUE_TN_ID3); in verifyJsonSpecSampleDoc()
270 verifyIntValue(p, SAMPLE_SPEC_VALUE_TN_ID4); in verifyJsonSpecSampleDoc()
300 protected void verifyIntValue(JsonParser p, long expValue) in verifyIntValue() method in BaseTest