Searched defs:TestCallable (Results 1 – 6 of 6) sorted by relevance
94 private static class TestCallable implements Callable<Integer> { class in CallableBackgroundInitializerTest
70 private static class TestCallable implements Callable<String> { class in AbstractListeningExecutorServiceTest
16 class TestCallable(unittest.TestCase): class
119 TEST(TypeUneraseCallTest, TestCallable) { in TEST() argument
486 class TestCallable: class