Searched refs:fixedStringTest (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.java118 private void fixedStringTest(char[] val) { method in class:TupleFormatTest
136 fixedStringTest(new char[0]);
137 fixedStringTest(new char[] {'a'});
138 fixedStringTest(new char[] {'a', 'b', 'c'});

Completed in 82 milliseconds