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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java485 ReplicationMsg lastMsg = null;
515 lastMsg = br3.getLastMsg();
518 assertTrue(lastMsg == null);
1313 private ReplicationMsg lastMsg = null; field in class:StateMachineTest.BrokerReader
1333 lastMsg = msg;
1347 ReplicationMsg toReturn = lastMsg;
1348 lastMsg = null;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java383 ReplicationMsg lastMsg = br3.getLastMsg();
386 assertTrue(lastMsg == null);
1118 private ReplicationMsg lastMsg; field in class:StateMachineTest.BrokerReader
1140 lastMsg = msg;
1156 ReplicationMsg toReturn = lastMsg;
1157 lastMsg = null;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java485 ReplicationMsg lastMsg = null;
515 lastMsg = br3.getLastMsg();
518 assertTrue(lastMsg == null);
1313 private ReplicationMsg lastMsg = null; field in class:StateMachineTest.BrokerReader
1333 lastMsg = msg;
1347 ReplicationMsg toReturn = lastMsg;
1348 lastMsg = null;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java383 ReplicationMsg lastMsg = br3.getLastMsg();
386 assertTrue(lastMsg == null);
1118 private ReplicationMsg lastMsg; field in class:StateMachineTest.BrokerReader
1140 lastMsg = msg;
1156 ReplicationMsg toReturn = lastMsg;
1157 lastMsg = null;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java485 ReplicationMsg lastMsg = null;
515 lastMsg = br3.getLastMsg();
518 assertTrue(lastMsg == null);
1313 private ReplicationMsg lastMsg = null; field in class:StateMachineTest.BrokerReader
1333 lastMsg = msg;
1347 ReplicationMsg toReturn = lastMsg;
1348 lastMsg = null;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DStateMachineTest.java368 ReplicationMsg lastMsg = br3.getLastMsg();
371 assertNull(lastMsg);
1059 private ReplicationMsg lastMsg; field in class:StateMachineTest.BrokerReader
1083 lastMsg = msg;
1098 ReplicationMsg toReturn = lastMsg;
1099 lastMsg = null;

Completed in 47 milliseconds