Searched defs:startInclusive (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DByteArrayTest.java58 public IntegerRange(int startInclusive, int endInclusive) argument
60 this.next = startInclusive;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DByteArrayTest.java58 public IntegerRange(int startInclusive, int endInclusive) argument
60 this.next = startInclusive;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/protocol/
H A DByteArrayTest.java57 public IntegerRange(int startInclusive, int endInclusive) argument
59 this.next = startInclusive;

Completed in 29 milliseconds