class Suite

Defined at line 1645 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

Public Members

static const char[] Name_

Public Methods

void ~Suite ()
void GetTests (::fidl::InterfaceRequest< ::fuchsia::test::CaseIterator> iterator)

Enumerate the test cases available in this test suite.

void Run (::std::vector< ::fuchsia::test::Invocation> tests, ::fuchsia::test::RunOptions options, ::fidl::InterfaceHandle< ::fuchsia::test::RunListener> listener)

Run the specified test cases. Results are returned over the results

channel.

`tests` may contain duplicate elements, in which case the same test is

run multiple times as indicated.

Closing `listener` marks the end of this call.