TestCase
public struct TestCase : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of nanoseconds it took to run this test case.
Declaration
Swift
public let durationInNanoSeconds: Int64?
-
The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild.
Declaration
Swift
public let expired: TimeStamp?
-
A message associated with a test case. For example, an error message or stack trace.
Declaration
Swift
public let message: String?
-
The name of the test case.
Declaration
Swift
public let name: String?
-
A string that is applied to a series of related test cases. CodeBuild generates the prefix. The prefix depends on the framework used to generate the tests.
Declaration
Swift
public let prefix: String?
-
The ARN of the report to which the test case belongs.
Declaration
Swift
public let reportArn: String?
-
The status returned by the test case after it was run. Valid statuses are SUCCEEDED, FAILED, ERROR, SKIPPED, and UNKNOWN.
Declaration
Swift
public let status: String?
-
The path to the raw data file that contains the test result.
Declaration
Swift
public let testRawDataPath: String?
-
Undocumented
Declaration
Swift
public init(durationInNanoSeconds: Int64? = nil, expired: TimeStamp? = nil, message: String? = nil, name: String? = nil, prefix: String? = nil, reportArn: String? = nil, status: String? = nil, testRawDataPath: String? = nil)