Class TestStarted_1_2
java.lang.Object
com.gradle.scan.eventmodel.gradle.TestStarted_1_0
com.gradle.scan.eventmodel.gradle.TestStarted_1_1
com.gradle.scan.eventmodel.gradle.TestStarted_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
TestStarted_1_3
@GradleVersion(since="2.5")
@PluginVersion(since="3.13",
until="3.13")
public class TestStarted_1_2
extends TestStarted_1_1
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("if display name is equal to the primary technical name") StringThe display name of the test, if any.Fields inherited from class com.gradle.scan.eventmodel.gradle.TestStarted_1_1
testSelectionReasonOrdinal -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
displayName
@Nullable("if display name is equal to the primary technical name") public final @Nullable("if display name is equal to the primary technical name") String displayNameThe display name of the test, if any.
-
-
Constructor Details
-
TestStarted_1_2
-
-
Method Details
-
equals
- Overrides:
equalsin classTestStarted_1_1
-
hashCode
public int hashCode()- Overrides:
hashCodein classTestStarted_1_1
-
toString
- Overrides:
toStringin classTestStarted_1_1
-