TestingBasePlugin

abstract class TestingBasePlugin : Plugin<T> (source)

Base plugin for testing. - Adds default locations for test reporting

Since

4.4

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val TEST_RESULTS_DIR_NAME: String = "test-results"
Link copied to clipboard
val TESTS_DIR_NAME: String = "tests"

Functions

Link copied to clipboard
open fun apply(project: Project)