Class MvnTestStarted_1_2

    • Field Detail

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

      • 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)