ReportType

public enum ReportType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case test = "TEST"
  • Undocumented

    Declaration

    Swift

    case codeCoverage = "CODE_COVERAGE"
  • Declaration

    Swift

    public var description: String { get }