Searched refs:unsignedShortTest (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.java387 private void unsignedShortTest(int val) { method in class:TupleFormatTest
389 unsignedShortTest(val, val);
392 private void unsignedShortTest(int val, int expected) { method in class:TupleFormatTest
403 unsignedShortTest(0);
404 unsignedShortTest(1);
405 unsignedShortTest(255);
406 unsignedShortTest(256);
407 unsignedShortTest(257);
408 unsignedShortTest(Short.MAX_VALUE - 1);
409 unsignedShortTest(Shor
[all...]

Completed in 95 milliseconds