package

androidx.arch.core.executor.testing

Classes

CountingTaskExecutorRuleA JUnit Test Rule that swaps the background executor used by the Architecture Components with a different one which counts the tasks as they are start and finish.
InstantTaskExecutorRuleA JUnit Test Rule that swaps the background executor used by the Architecture Components with a different one which executes each task synchronously.