Package-level declarations
Types
Link copied to clipboard
class MainDispatcherRule constructor(val testDispatcher: TestDispatcher = UnconfinedTestDispatcher()) : TestWatcher
A test rule that replaces the Dispatchers.Main with another CoroutineDispatcher. See here for more information
Link copied to clipboard
Annotates either a test class or a test method for total executions of 1 + times. This is extremely useful for checking if a test is flaky, but otherwise dangerous.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A Rule that catches the Description of the test running