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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 43 milliseconds