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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java1384 String pduV3, int dest, int sender, String errorDetails) throws Exception
1392 assertTrue(0==msg.getDetails().toString().compareTo(errorDetails));
1383 errorMsgPDUV3( String pduV3, int dest, int sender, String errorDetails) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java1287 String pduV3, int dest, int sender, String errorDetails) throws Exception
1295 assertEquals(msg.getDetails().toString(), errorDetails);
1286 errorMsgPDUV3( String pduV3, int dest, int sender, String errorDetails) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java1384 String pduV3, int dest, int sender, String errorDetails) throws Exception
1392 assertTrue(0==msg.getDetails().toString().compareTo(errorDetails));
1383 errorMsgPDUV3( String pduV3, int dest, int sender, String errorDetails) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java1287 String pduV3, int dest, int sender, String errorDetails) throws Exception
1295 assertEquals(msg.getDetails().toString(), errorDetails);
1286 errorMsgPDUV3( String pduV3, int dest, int sender, String errorDetails) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java1384 String pduV3, int dest, int sender, String errorDetails) throws Exception
1392 assertTrue(0==msg.getDetails().toString().compareTo(errorDetails));
1383 errorMsgPDUV3( String pduV3, int dest, int sender, String errorDetails) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java1291 String pduV3, int dest, int sender, String errorDetails) throws Exception
1299 assertEquals(msg.getDetails().toString(), errorDetails);
1290 errorMsgPDUV3( String pduV3, int dest, int sender, String errorDetails) argument

Completed in 52 milliseconds