Test

struct Test : Hashable
extension EUDCC.Test: Codable

The EUDCC Test Entry

Properties

Initializer

TestResult

  • The EUDCC result of the test

    See more

    Declaration

    Swift

    struct TestResult : Hashable
    extension EUDCC.Test.TestResult: Codable

WellKnownValue+Convenience

TestType

  • The EUDCC type of test

    See more

    Declaration

    Swift

    struct TestType : Hashable
    extension EUDCC.Test.TestType: Codable

WellKnownValue+Convenience

Codable

  • Creates a new instance by decoding from the given decoder.

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder to read data from.

  • Encodes this value into the given encoder.

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws

    Parameters

    encoder

    The encoder to write data to.