MimiTestTypeConfiguration

public struct MimiTestTypeConfiguration
extension MimiTestTypeConfiguration: Codable

Object used to identify configurations for supported test types.

  • Supported test configurations.

    Declaration

    Swift

    public let supported: MimiSupportedTestConfigurations?
  • An array enumerating all supported test types in the order in which they should be presented to the user for selection.

    Note

    This property is only relevant if the selected property is nil.
    Declaration

    Swift

    public let order: [MimiTestType]
  • The test type, if available, which should be programmatically launched skipping user selection.

    Declaration

    Swift

    public let selected: MimiTestType?
  • Object which contains configurations for supported tests

    Declaration

    Swift

    public struct MimiSupportedTestConfigurations : Codable