Class TestStarted_1_3
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
com.gradle.scan.eventmodel.gradle.TestStarted_1_3
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="2.5")
@PluginVersion(since="3.14")
public class TestStarted_1_3
extends TestStarted_1_2
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("if the test unit is not a test class") TestExecutorAssignmentReason_1Indicates why a test was run on this particular test executor.final @Nullable("if the event describes the test coming from an imported JUnit XML report") LongThe ID of the test executor that executed the test.final @Nullable("if the test unit is not a test class") ExecutorRestriction_1Requirements that need to be fulfilled by executors in order to execute this container.Fields inherited from class com.gradle.scan.eventmodel.gradle.TestStarted_1_2
displayNameFields inherited from class com.gradle.scan.eventmodel.gradle.TestStarted_1_1
testSelectionReasonOrdinal -
Constructor Summary
ConstructorsConstructorDescriptionTestStarted_1_3(long task, long id, @Nullable Long parent, String name, @Nullable String className, boolean suite, @Nullable Integer testSelectionReasonOrdinal, @Nullable String displayName, @Nullable ExecutorRestriction_1 executorRestriction, @Nullable Long executorId, @Nullable TestExecutorAssignmentReason_1 executorAssignmentReason) -
Method Summary
-
Field Details
-
executorRestriction
@Nullable("if the test unit is not a test class") public final @Nullable("if the test unit is not a test class") ExecutorRestriction_1 executorRestrictionRequirements that need to be fulfilled by executors in order to execute this container. -
executorId
@Nullable("if the event describes the test coming from an imported JUnit XML report") public final @Nullable("if the event describes the test coming from an imported JUnit XML report") Long executorIdThe ID of the test executor that executed the test.Corresponds to
TestExecutorAssigned_1_0.id. -
executorAssignmentReason
@Nullable("if the test unit is not a test class") public final @Nullable("if the test unit is not a test class") TestExecutorAssignmentReason_1 executorAssignmentReasonIndicates why a test was run on this particular test executor.
-
-
Constructor Details
-
TestStarted_1_3
public TestStarted_1_3(long task, long id, @Nullable @Nullable Long parent, String name, @Nullable @Nullable String className, boolean suite, @Nullable @Nullable Integer testSelectionReasonOrdinal, @Nullable @Nullable String displayName, @Nullable @Nullable ExecutorRestriction_1 executorRestriction, @Nullable @Nullable Long executorId, @Nullable @Nullable TestExecutorAssignmentReason_1 executorAssignmentReason)
-
-
Method Details
-
equals
- Overrides:
equalsin classTestStarted_1_2
-
hashCode
public int hashCode()- Overrides:
hashCodein classTestStarted_1_2
-
toString
- Overrides:
toStringin classTestStarted_1_2
-