- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for FakeExecutor (0.04 sec)
-
android/guava-tests/test/com/google/common/eventbus/AsyncEventBusTest.java
private static final String EVENT = "Hello"; /** The executor we use to fake asynchronicity. */ private FakeExecutor executor; private AsyncEventBus bus; @Override protected void setUp() throws Exception { super.setUp(); executor = new FakeExecutor(); bus = new AsyncEventBus(executor); } public void testBasicDistribution() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 2.4K bytes - Viewed (0)