Class TestFinished_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.TestFinished_1_0
com.gradle.scan.eventmodel.gradle.TestFinished_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="2.5")
@PluginVersion(since="1.14")
public class TestFinished_1_1
extends TestFinished_1_0
An
EventData that is published when a test has finished running.
Zero or more TestFinished_1_1 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when not a failure") LongThe failure id in case the test failed. -
Constructor Summary
ConstructorsConstructorDescriptionTestFinished_1_1(long task, long id, boolean failed, boolean skipped, @Nullable Long failureId) -
Method Summary
-
Field Details
-
failureId
The failure id in case the test failed.The failure id is mapped to a
Exception_3_0inExceptionData_1_0.nullif the test did not fail.
-
-
Constructor Details
-
TestFinished_1_1
public TestFinished_1_1(long task, long id, boolean failed, boolean skipped, @Nullable @Nullable Long failureId)
-
-
Method Details
-
equals
- Overrides:
equalsin classTestFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classTestFinished_1_0
-
toString
- Overrides:
toStringin classTestFinished_1_0
-