Searched refs:shortTest (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java519 private void shortTest(int val) { method in class:TupleFormatTest
530 shortTest(0);
531 shortTest(1);
532 shortTest(-1);
533 shortTest(Short.MAX_VALUE - 1);
534 shortTest(Short.MAX_VALUE);
535 shortTest(Short.MAX_VALUE + 1);
536 shortTest(Short.MIN_VALUE + 1);
537 shortTest(Short.MIN_VALUE);
538 shortTest(Shor
[all...]

Completed in 100 milliseconds