class FixtureBasedTest

Defined at line 166 of file ../../sdk/lib/driver/component/cpp/tests/fixture_based_tests.cc

Demonstrates a test fixture that puts the driver on the foreground context. Using the driver

is simply done using the |driver()| getter but sync client tasks must be ran in the background

using |RunOnBackgroundDispatcherSync()|.

Public Methods

void SetUp ()

Defined at line 168 of file ../../sdk/lib/driver/component/cpp/tests/fixture_based_tests.cc

void TearDown ()

Defined at line 172 of file ../../sdk/lib/driver/component/cpp/tests/fixture_based_tests.cc

fdf_testing::ForegroundDriverTest<FixtureConfig> & driver_test ()

Defined at line 176 of file ../../sdk/lib/driver/component/cpp/tests/fixture_based_tests.cc