toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.testing.base.plugins
/
TestingBasePlugin
Testing
Base
Plugin
API
abstract
class
TestingBasePlugin
:
Plugin
<
T
>
(
source
)
Base plugin for testing. - Adds default locations for test reporting
Since
4.4
Members
Constructors
Testing
Base
Plugin
Link copied to clipboard
API
constructor
(
)
Properties
TEST_RESULTS_DIR_NAME
Link copied to clipboard
API
val
TEST_RESULTS_DIR_NAME
:
String
=
"test-results"
TESTS_DIR_NAME
Link copied to clipboard
API
val
TESTS_DIR_NAME
:
String
=
"tests"
Functions
apply
Link copied to clipboard
API
open
fun
apply
(
project
:
Project
)