Package-level declarations

Types

Link copied to clipboard

A report rule for coroutine tests. Please check InstrumentedReportRule for more info on how to use the basic report functionality

Link copied to clipboard
abstract class InstrumentedCoroutineScenario(val title: String, val id: String = title)

A re-usable set of stages that can be used across multiple tests. Use this carefully and only when you have a stable set of steps that need to execute in an consistent order

Link copied to clipboard

The main entry point for stage reports for tests that need coroutines