class RunOptions

Defined at line 540 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/wire_types.h

Optional additional instructions for running test cases.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_test::wire::RunOptions> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_test::wire::RunOptions> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test::wire::RunOptions>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void RunOptions ()

Defined at line 542 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/wire_types.h

void RunOptions (const RunOptions & other)

Defined at line 543 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/wire_types.h

RunOptions & operator= (const RunOptions & other)

Defined at line 544 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/wire_types.h

void RunOptions (RunOptions && other)

Defined at line 545 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/wire_types.h

bool & include_disabled_tests ()

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

executed.

bool has_include_disabled_tests ()
RunOptions & operator= (RunOptions && other)

Defined at line 546 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/wire_types.h

uint16_t & parallel ()

Defines maximum number of test cases to run simultaneously.

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

implementation.

bool has_parallel ()
::fidl::VectorView< ::fidl::StringView> & arguments ()

Optional arguments to pass to the test.

bool has_arguments ()
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.

bool has_break_on_failure ()
void ~RunOptions ()

Defined at line 548 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder