Class TestStarted_1_1

    • Field Detail

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

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