Class 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 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 displayName
      The display name of the test, if any.
  • Constructor Details

    • TestStarted_1_2

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