class TestCaseResult

Defined at line 35 of file fidling/gen/sdk/fidl/fuchsia.driver.test.logger/fuchsia.driver.test.logger/cpp/fidl/fuchsia.driver.test.logger/cpp/natural_types.h

Contains the counts of test results within the test case.

Public Methods

void TestCaseResult (Storage_ storage)
void TestCaseResult (uint64_t passed, uint64_t failed, uint64_t skipped)
void TestCaseResult ()

Default constructs a |TestCaseResult| only if all of its members are default constructible.

Defined at line 46 of file fidling/gen/sdk/fidl/fuchsia.driver.test.logger/fuchsia.driver.test.logger/cpp/fidl/fuchsia.driver.test.logger/cpp/natural_types.h

void TestCaseResult (TestCaseResult && )

Defined at line 49 of file fidling/gen/sdk/fidl/fuchsia.driver.test.logger/fuchsia.driver.test.logger/cpp/fidl/fuchsia.driver.test.logger/cpp/natural_types.h

void TestCaseResult (const TestCaseResult & other)
TestCaseResult & operator= (TestCaseResult && )

Defined at line 50 of file fidling/gen/sdk/fidl/fuchsia.driver.test.logger/fuchsia.driver.test.logger/cpp/fidl/fuchsia.driver.test.logger/cpp/natural_types.h

TestCaseResult & operator= (const TestCaseResult & other)
bool operator== (const TestCaseResult & other)
bool operator!= (const TestCaseResult & other)
uint64_t passed ()

Number of tests that passed.

uint64_t & passed ()

Number of tests that passed.

TestCaseResult & passed (uint64_t value)

Number of tests that passed.

uint64_t failed ()

Number of tests that failed.

uint64_t & failed ()

Number of tests that failed.

TestCaseResult & failed (uint64_t value)

Number of tests that failed.

uint64_t skipped ()

Number of tests that were skipped.

uint64_t & skipped ()

Number of tests that were skipped.

TestCaseResult & skipped (uint64_t value)

Number of tests that were skipped.

void TestCaseResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits