template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 627 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/wire_types.h
Public Methods
::fuchsia_test::wire::RunOptions Build ()
Build and return the table. The builder should not be used after this.
bool has_include_disabled_tests ()
void clear_include_disabled_tests ()
Clears the include_disabled_tests field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & include_disabled_tests ()
If set to true, test cases that have been disabled by the test author will nonetheless be
executed.
BuilderImpl & include_disabled_tests (bool elem)
If set to true, test cases that have been disabled by the test author will nonetheless be
executed.
bool has_parallel ()
void clear_parallel ()
Clears the parallel field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint16_t & parallel ()
Defines maximum number of test cases to run simultaneously.
If unspecified, the default behavior is chosen by the `Suite`
implementation.
BuilderImpl & parallel (uint16_t elem)
Defines maximum number of test cases to run simultaneously.
If unspecified, the default behavior is chosen by the `Suite`
implementation.
bool has_arguments ()
void clear_arguments ()
Clears the arguments field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fidl::StringView> & arguments ()
Optional arguments to pass to the test.
BuilderImpl & arguments (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fidl::StringView>>> elem)
Optional arguments to pass to the test.
bool has_break_on_failure ()
void clear_break_on_failure ()
Clears the break_on_failure field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
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.
BuilderImpl & break_on_failure (bool elem)
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.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_test::wire::RunOptions, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test::wire::RunOptions>> && frame)