class SchedulingOptions

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

Optional instructions for how to execute and schedule suites in the test run.

Public Methods

void SchedulingOptions (Storage_ storage)
void SchedulingOptions ()

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

void SchedulingOptions (SchedulingOptions && )

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

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

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

SchedulingOptions & operator= (const SchedulingOptions & other)
bool operator== (const SchedulingOptions & other)
bool operator!= (const SchedulingOptions & other)
bool IsEmpty ()
const std::optional<uint16_t> & max_parallel_suites ()

The maximum number of hermetic test suites to run in parallel. If unspecified,

chosen by the server side.

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

The maximum number of hermetic test suites to run in parallel. If unspecified,

chosen by the server side.

SchedulingOptions & max_parallel_suites (std::optional<uint16_t> value)

The maximum number of hermetic test suites to run in parallel. If unspecified,

chosen by the server side.

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

If set to true, debug data collected for this run will be accumulated

with debug data collected in previous runs with this flag set true.

Defaults to false.

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

If set to true, debug data collected for this run will be accumulated

with debug data collected in previous runs with this flag set true.

Defaults to false.

SchedulingOptions & accumulate_debug_data (std::optional<bool> value)

If set to true, debug data collected for this run will be accumulated

with debug data collected in previous runs with this flag set true.

Defaults to false.

void SchedulingOptions (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits