Searched refs:TestCallable (Results 1 – 4 of 4) sorted by relevance
48 ListenableFuture<String> callableFuture = e.submit(new TestCallable()); in testSubmit()70 private static class TestCallable implements Callable<String> { class in AbstractListeningExecutorServiceTest
352 class TestCallable(object): class357 c = TestCallable()358 self.assertEqual(inspect_utils.getmethodclass(c), TestCallable)
16 class TestCallable(unittest.TestCase): class