CoroutineTestFunction

abstract class CoroutineTestFunction(val scope: TestScope, val packageName: String, val className: String, val functionName: String)(source)

Constructors

Link copied to clipboard
constructor(scope: TestScope, packageName: String, className: String, functionName: String)

Properties

Link copied to clipboard

The classes that enclose the test function, separated by '.'.

Link copied to clipboard

The test function name.

Link copied to clipboard

The package that this test is defined in, or "" it has none.

Link copied to clipboard
val scope: TestScope

Functions

Link copied to clipboard
abstract suspend operator fun invoke()

Runs the next interceptor in the chain if there is one.

Link copied to clipboard
open override fun toString(): String

Returns the full test name, like com.example.project.FeatureTest.testMyFeature.