Lines Matching refs:Context
5 struct Context : public testing::Test
7 ~Context() noexcept override = default;
22 throw std::logic_error("Context is not initialized");
42 TEST_F(Context, RunSimple)
47 TEST_F(Context, SpawnedTask)
53 TEST_F(Context, ReentrantRun)
62 TEST_F(Context, SpawnDelayedTask)
82 TEST_F(Context, SpawnRecursiveTask)
109 TEST_F(Context, DestructMatcherWithPendingAwait)
129 TEST_F(Context, DestructMatcherWithPendingAwaitAsTask)