Package org.gradle.testing.base.plugins
Class TestingBasePlugin
- java.lang.Object
-
- org.gradle.testing.base.plugins.TestingBasePlugin
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TEST_RESULTS_DIR_NAME
static java.lang.String
TESTS_DIR_NAME
-
Constructor Summary
Constructors Constructor Description TestingBasePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-
-
-
Field Detail
-
TEST_RESULTS_DIR_NAME
public static final java.lang.String TEST_RESULTS_DIR_NAME
- See Also:
- Constant Field Values
-
TESTS_DIR_NAME
public static final java.lang.String TESTS_DIR_NAME
- See Also:
- Constant Field Values
-
-