Class 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 Detail

      • failureId

        @Nullable("when not a failure")
        public final @Nullable("when not a failure") Long failureId
        The failure id in case the test failed.

        The failure id is mapped to a Exception_3_0 in ExceptionData_1_0. null if the test did not fail.

    • Constructor Detail

      • TestFinished_1_1

        public TestFinished_1_1​(long task,
                                long id,
                                boolean failed,
                                boolean skipped,
                                @Nullable
                                @Nullable Long failureId)