Class MvnTestStarted_1_2

All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
MvnTestStarted_1_3

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.16", until="1.16") public class MvnTestStarted_1_2 extends MvnTestStarted_1_1
  • Field Details

    • parent

      @Nullable("for top-level test container") public final @Nullable("for top-level test container") Long parent
      The test id of the parent of the test, if any.
    • testType

      public final MvnTestType_1 testType
      Type of the observed test container.
  • Constructor Details

    • MvnTestStarted_1_2

      public MvnTestStarted_1_2(long goalId, long id, String name, String className, @Nullable @Nullable Integer testSelectionReasonOrdinal, @Nullable @Nullable Long parent, MvnTestType_1 testType)
  • Method Details