Class TestStarted_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.TestStarted_1_0
com.gradle.scan.eventmodel.gradle.TestStarted_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
TestStarted_1_2
@GradleVersion(since="2.5")
@PluginVersion(since="3.10",
until="3.12")
public class TestStarted_1_1
extends TestStarted_1_0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("if the test unit is not subject to selection (e.g. test methods)") Integer
Indicates why a test was selected when Predictive Test Selection is enabled and is applicable to the test. -
Constructor Summary
ConstructorsConstructorDescriptionTestStarted_1_1
(long task, long id, @Nullable Long parent, String name, @Nullable String className, boolean suite, @Nullable Integer testSelectionReasonOrdinal) -
Method Summary
-
Field Details
-
testSelectionReasonOrdinal
@Nullable("if the test unit is not subject to selection (e.g. test methods)") public final @Nullable("if the test unit is not subject to selection (e.g. test methods)") Integer testSelectionReasonOrdinalIndicates why a test was selected when Predictive Test Selection is enabled and is applicable to the test.The ordinal value will be mapped to a descriptive message in the Predictive Test Selection dashboards.
-
-
Constructor Details
-
TestStarted_1_1
-
-
Method Details
-
equals
- Overrides:
equals
in classTestStarted_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTestStarted_1_0
-
toString
- Overrides:
toString
in classTestStarted_1_0
-