class RunOptions

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

Optional additional instructions for running test cases.

Public Methods

void RunOptions (Storage_ storage)
void RunOptions ()

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

void RunOptions (RunOptions && )

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

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

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

RunOptions & operator= (const RunOptions & other)
bool operator== (const RunOptions & other)
bool operator!= (const RunOptions & other)
bool IsEmpty ()
const std::optional<bool> & include_disabled_tests ()

If set to true, test cases that have been disabled by the test author will nonetheless be

executed.

::std::optional<bool> & include_disabled_tests ()

If set to true, test cases that have been disabled by the test author will nonetheless be

executed.

RunOptions & include_disabled_tests (std::optional<bool> value)

If set to true, test cases that have been disabled by the test author will nonetheless be

executed.

const std::optional<uint16_t> & parallel ()

Defines maximum number of test cases to run simultaneously.

If unspecified, the default behavior is chosen by the `Suite`

implementation.

::std::optional<uint16_t> & parallel ()

Defines maximum number of test cases to run simultaneously.

If unspecified, the default behavior is chosen by the `Suite`

implementation.

RunOptions & parallel (std::optional<uint16_t> value)

Defines maximum number of test cases to run simultaneously.

If unspecified, the default behavior is chosen by the `Suite`

implementation.

const std::optional< ::std::vector< ::std::string>> & arguments ()

Optional arguments to pass to the test.

::std::optional< ::std::vector< ::std::string>> & arguments ()

Optional arguments to pass to the test.

RunOptions & arguments (std::optional< ::std::vector< ::std::string>> value)

Optional arguments to pass to the test.

const std::optional<bool> & break_on_failure ()

Indicate to the test runner that the suite should be halted if a failure

is encountered if possible to allow a debugger to attach. Runners may

ignore this flag if they do not support optionally halting a running

suite.

::std::optional<bool> & break_on_failure ()

Indicate to the test runner that the suite should be halted if a failure

is encountered if possible to allow a debugger to attach. Runners may

ignore this flag if they do not support optionally halting a running

suite.

RunOptions & break_on_failure (std::optional<bool> value)

Indicate to the test runner that the suite should be halted if a failure

is encountered if possible to allow a debugger to attach. Runners may

ignore this flag if they do not support optionally halting a running

suite.

void RunOptions (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits