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 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 testSelectionReasonOrdinal
      Indicates 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

      public TestStarted_1_1(long task, long id, @Nullable @Nullable Long parent, String name, @Nullable @Nullable String className, boolean suite, @Nullable @Nullable Integer testSelectionReasonOrdinal)
  • Method Details