TestReportSummary

public struct TestReportSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of nanoseconds it took to run all of the test cases in this report.

    Declaration

    Swift

    public let durationInNanoSeconds: Int64
  • A map that contains the number of each type of status returned by the test results in this TestReportSummary.

    Declaration

    Swift

    public let statusCounts: [String : Int]
  • The number of test cases in this TestReportSummary. The total includes truncated test cases.

    Declaration

    Swift

    public let total: Int
  • Undocumented

    Declaration

    Swift

    public init(durationInNanoSeconds: Int64, statusCounts: [String : Int], total: Int)