Class MvnNotSelectedTest_1_0

    • Field Detail

      • goalExecutionId

        public final long goalExecutionId
        The ID of the test goal execution the test is part of.

        Corresponds to MvnGoalExecutionStarted_1_0.id.

      • testClassName

        public final String testClassName
        The class name of the not selected test.
      • reasonOrdinal

        public final int reasonOrdinal
        The reason why the test was not selected.

        The ordinal value will be mapped to a descriptive message in the Predictive Test Selection dashboards.

    • Constructor Detail

      • MvnNotSelectedTest_1_0

        public MvnNotSelectedTest_1_0​(long goalExecutionId,
                                      long id,
                                      String testClassName,
                                      int reasonOrdinal)