TestComponent

Represents a component that can run tests.

Since

4.5

Inheritors

Functions

Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getRunTask(): Provider<out Task>
Returns the task that runs the tests for this component.