AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about a test report.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.TestReportSummary

Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z

Syntax

C#
public class TestReportSummary

The TestReportSummary type exposes the following members

Constructors

NameDescription
Public Method TestReportSummary()

Properties

NameTypeDescription
Public Property DurationInNanoSeconds System.Int64

Gets and sets the property DurationInNanoSeconds.

The number of nanoseconds it took to run all of the test cases in this report.

Public Property StatusCounts System.Collections.Generic.Dictionary<System.String, System.Int32>

Gets and sets the property StatusCounts.

A map that contains the number of each type of status returned by the test results in this TestReportSummary.

Public Property Total System.Int32

Gets and sets the property Total.

The number of test cases in this TestReportSummary. The total includes truncated test cases.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5