Searched refs:getCallCount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DRetryPost.java69 if (shouldRetry && httpHandler.getCallCount() != 2)
71 "It was called "+ httpHandler.getCallCount() + " times");
72 else if (!shouldRetry && httpHandler.getCallCount() != 1)
74 "It was called "+ httpHandler.getCallCount() + " times");
119 public int getCallCount() { method in class:RetryPost.MyHandler
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DNTLMTest.java155 public int getCallCount() { method in class:NTLMTest.NullAuthenticator

Completed in 28 milliseconds