Package-level declarations

Types

Link copied to clipboard

The lifetime an application.

Link copied to clipboard

Settings for a Roboelectric test suite.

Link copied to clipboard

A Roboelectric test suite's content. See roboelectricTestSuite for details.

Functions

Link copied to clipboard

Returns a test configuration specifying a RoboelectricSettings for a TestElement hierarchy.

Link copied to clipboard
fun TestSuiteScope.roboelectricTestSuite(name: String, content: KClass<out RoboelectricTestSuiteContent>, arguments: Array<Any> = arrayOf(), testConfig: TestConfig = TestConfig)

Registers a Roboelectric test suite as a child of the TestSuiteScope.testSuiteInScope.