Searched refs:expectedCount (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DStepTest.java101 int expectedCount; field in class:StepTest
112 expectedCount = Integer.decode(args[2]).intValue();
134 for (int i = 0; i < expectedCount; i++) {
H A DMonitorFrameInfo.java76 static int expectedCount = 2; field in class:MonitorFrameInfo
122 if (monitors.size() != expectedCount) {
H A DModificationWatchpoints.java311 public void checkEventCounts(int expectedCount) { argument
312 if (eventCount != expectedCount) {
/openjdk7/jdk/test/java/rmi/activation/log/
H A DLogTest.java69 int expectedCount)
92 ((counter.value() + 1 == expectedCount) ? "" : "not ") +
112 if (counter.value() != expectedCount) {
66 writeUpdatesCrashAndRecover(int updates, int crashValue, boolean spans, int expectedCount) argument
/openjdk7/langtools/test/tools/javac/scope/7017664/
H A DCompoundScopeTest.java183 int expectedCount = allSymbols.length();
190 if (count != expectedCount) {
205 int expectedCount = shadowed.length();
212 if (count != expectedCount) {
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DResetPeakThreadCount.java198 private static void resetPeak(long expectedCount) { argument
205 checkThreadCount(expectedCount, current, 0);
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DIdleTimeoutTest.java221 final int expectedCount = opCount*countListeners.length;
224 if (listenerCount[0] >= expectedCount)
234 if (listenerCount[0] != expectedCount) {
236 expectedCount + " notifications: "

Completed in 36 milliseconds