class FixtureBasedTestBackground
Defined at line 79 of file ../../sdk/lib/driver/component/cpp/tests/fixture_based_tests.cc
Demonstrates a test fixture that puts the driver on a background context. Using the driver
requires going through |RunInDriverContext()| but sync client tasks can be ran directly on the
main test thread.
Public Methods
void SetUp ()
Defined at line 81 of file ../../sdk/lib/driver/component/cpp/tests/fixture_based_tests.cc
void TearDown ()
Defined at line 85 of file ../../sdk/lib/driver/component/cpp/tests/fixture_based_tests.cc
fdf_testing::BackgroundDriverTest<FixtureConfig> & driver_test ()
Defined at line 90 of file ../../sdk/lib/driver/component/cpp/tests/fixture_based_tests.cc