Searched refs:SAMPLE_SPEC_VALUE_WIDTH (Results 1 – 5 of 5) sorted by relevance
21 protected final static int SAMPLE_SPEC_VALUE_WIDTH = 800; field in BaseTest35 +" \"Width\" : "+SAMPLE_SPEC_VALUE_WIDTH+",\n"166 verifyIntValue(jp, SAMPLE_SPEC_VALUE_WIDTH); in verifyJsonSpecSampleDoc()
21 assertEquals(SAMPLE_SPEC_VALUE_WIDTH, n.asInt()); in testIt()
46 assertEquals(SAMPLE_SPEC_VALUE_WIDTH, ob.intValue()); in testSimple()
52 protected final static int SAMPLE_SPEC_VALUE_WIDTH = 800; field in BaseTest66 +" \"Width\" : "+SAMPLE_SPEC_VALUE_WIDTH+",\n"203 verifyIntValue(p, SAMPLE_SPEC_VALUE_WIDTH); in verifyJsonSpecSampleDoc()
157 assertEquals(Integer.valueOf(SAMPLE_SPEC_VALUE_WIDTH), value); in testSampleDoc()