Package-level declarations

Types

Link copied to clipboard

The lifetime an application.

Link copied to clipboard

Settings for a Robolectric test suite.

Link copied to clipboard

A Robolectric test suite's content. See robolectricTestSuite for details.

Functions

Link copied to clipboard

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

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

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