Class TestSelectionFinished_1_0

    • Field Detail

      • failureType

        @Nullable("if selection process was successful")
        public final @Nullable("if selection process was successful") TestSelectionFailureType_1 failureType
        A category of the failure that prevented Predictive Test Selection from being applied.
      • failureId

        @Nullable("if selection was successful or no exception is available for failureType")
        public final @Nullable("if selection was successful or no exception is available for failureType") Long failureId
        The failure ID in case the test selection failed.

        A failure ID is mapped to a Exception_3_0 in ExceptionData_1_1.

    • Constructor Detail

      • TestSelectionFinished_1_0

        public TestSelectionFinished_1_0​(long task,
                                         @Nullable
                                         @Nullable TestSelectionFailureType_1 failureType,
                                         @Nullable
                                         @Nullable Long failureId)