Searched refs:bytesTest (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.java260 private void bytesTest(char[] val) { method in class:TupleFormatTest
288 bytesTest(new char[0]);
289 bytesTest(new char[] {'a'});
290 bytesTest(new char[] {'a', 'b', 'c'});
291 bytesTest(new char[] {0x7F00, 0x7FFF, 0xFF00, 0xFFFF});

Completed in 111 milliseconds