Searched defs:BIT_STRINGS (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestStaticUtils.java70 private static final String[] BIT_STRINGS = new String[256]; field in class:TestStaticUtils
80 BIT_STRINGS[i] = sb.toString();
313 Assert.assertEquals(StaticUtils.byteToBinary(b), BIT_STRINGS[b & 0xff]);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestStaticUtils.java69 private static final String[] BIT_STRINGS = new String[256]; field in class:TestStaticUtils
79 BIT_STRINGS[i] = sb.toString();
312 Assert.assertEquals(StaticUtils.byteToBinary(b), BIT_STRINGS[b & 0xff]);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestStaticUtils.java70 private static final String[] BIT_STRINGS = new String[256]; field in class:TestStaticUtils
80 BIT_STRINGS[i] = sb.toString();
313 Assert.assertEquals(StaticUtils.byteToBinary(b), BIT_STRINGS[b & 0xff]);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestStaticUtils.java69 private static final String[] BIT_STRINGS = new String[256]; field in class:TestStaticUtils
79 BIT_STRINGS[i] = sb.toString();
312 Assert.assertEquals(StaticUtils.byteToBinary(b), BIT_STRINGS[b & 0xff]);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestStaticUtils.java70 private static final String[] BIT_STRINGS = new String[256]; field in class:TestStaticUtils
80 BIT_STRINGS[i] = sb.toString();
313 Assert.assertEquals(StaticUtils.byteToBinary(b), BIT_STRINGS[b & 0xff]);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestStaticUtils.java72 private static final String[] BIT_STRINGS = new String[256]; field in class:TestStaticUtils
81 BIT_STRINGS[i] = sb.toString();

Completed in 32 milliseconds