BestTestChoice

public enum BestTestChoice: String

Represents the method used to determine the result (best test) of a test session.

  • Indicates that the test session had reproducible results to derive the best test from.

    Declaration

    Swift

    case reproducible = "reproducible"
  • Indicates that the test session did not have reproducible results, thus the test with highest reference value was used as the result.

    Declaration

    Swift

    case highestReference = "highest reference"