| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeBuild.Types.TestReportSummary
Description
Synopsis
- data TestReportSummary = TestReportSummary' {}
- newTestReportSummary :: Int -> Integer -> TestReportSummary
- testReportSummary_total :: Lens' TestReportSummary Int
- testReportSummary_statusCounts :: Lens' TestReportSummary (HashMap Text Int)
- testReportSummary_durationInNanoSeconds :: Lens' TestReportSummary Integer
Documentation
data TestReportSummary Source #
Information about a test report.
See: newTestReportSummary smart constructor.
Constructors
| TestReportSummary' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> Integer | |
| -> TestReportSummary |
Create a value of TestReportSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:total:TestReportSummary', testReportSummary_total - The number of test cases in this TestReportSummary. The total includes
truncated test cases.
$sel:statusCounts:TestReportSummary', testReportSummary_statusCounts - A map that contains the number of each type of status returned by the
test results in this TestReportSummary.
$sel:durationInNanoSeconds:TestReportSummary', testReportSummary_durationInNanoSeconds - The number of nanoseconds it took to run all of the test cases in this
report.
testReportSummary_total :: Lens' TestReportSummary Int Source #
The number of test cases in this TestReportSummary. The total includes
truncated test cases.
testReportSummary_statusCounts :: Lens' TestReportSummary (HashMap Text Int) Source #
A map that contains the number of each type of status returned by the
test results in this TestReportSummary.
testReportSummary_durationInNanoSeconds :: Lens' TestReportSummary Integer Source #
The number of nanoseconds it took to run all of the test cases in this report.