Searched refs:expectedIceConnectionChanges (Results 1 – 1 of 1) sorted by relevance
69 private LinkedList<IceConnectionState> expectedIceConnectionChanges = field in PeerConnectionTest.ObserverExpectations158 expectedIceConnectionChanges.add(newState); in expectIceConnectionChange()170 if (expectedIceConnectionChanges.isEmpty()) { in onIceConnectionChange()175 assertEquals(expectedIceConnectionChanges.removeFirst(), newState); in onIceConnectionChange()312 if (expectedIceConnectionChanges.size() != 0) { in unsatisfiedExpectations()314 expectedIceConnectionChanges.size()); in unsatisfiedExpectations()