Home
last modified time | relevance | path

Searched refs:lastMethodCalled (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DWrappingExecutorServiceTest.java193 private String lastMethodCalled = ""; field in WrappingExecutorServiceTest.MockExecutor
198 assertEquals(method, lastMethodCalled); in assertLastMethodCalled()
208 lastMethodCalled = "awaitTermination"; in awaitTermination()
215 lastMethodCalled = "invokeAll"; in invokeAll()
225 lastMethodCalled = "invokeAllTimeout"; in invokeAll()
235 lastMethodCalled = "invokeAny"; in invokeAny()
243 lastMethodCalled = "invokeAnyTimeout"; in invokeAny()
250 lastMethodCalled = "isShutdown"; in isShutdown()
256 lastMethodCalled = "isTerminated"; in isTerminated()
262 lastMethodCalled = "shutdown"; in shutdown()
[all …]
DWrappingScheduledExecutorServiceTest.java107 String lastMethodCalled = ""; field in WrappingScheduledExecutorServiceTest.MockExecutor
113 assertEquals(method, lastMethodCalled); in assertLastMethodCalled()
119 assertEquals(method, lastMethodCalled); in assertLastMethodCalled()
127 lastMethodCalled = "scheduleRunnable"; in schedule()
136 lastMethodCalled = "scheduleCallable"; in schedule()
145 lastMethodCalled = "scheduleAtFixedRate"; in scheduleAtFixedRate()
155 lastMethodCalled = "scheduleWithFixedDelay"; in scheduleWithFixedDelay()