|
| static ::testing::TestInfo *const | test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "ThenTest", "then_starts_on", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTypeId<ThenTest>()), ::testing::internal::SuiteApiResolver< ThenTest>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< ThenTest>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< ThenTest_then_starts_on_Test >) |
- Test
- Similar to Tests::ExecutionSpaceImpl::ThenTest_then_schedule_Test, but the chain is scheduled with a
starts_on.
Definition at line 123 of file test_then.cpp.
◆ ThenTest_then_starts_on_Test() [1/3]
| Tests::ExecutionSpaceImpl::ThenTest_then_starts_on_Test::ThenTest_then_starts_on_Test |
( |
| ) |
|
|
default |
◆ ~ThenTest_then_starts_on_Test()
| Tests::ExecutionSpaceImpl::ThenTest_then_starts_on_Test::~ThenTest_then_starts_on_Test |
( |
| ) |
|
|
overridedefault |
◆ ThenTest_then_starts_on_Test() [2/3]
| Tests::ExecutionSpaceImpl::ThenTest_then_starts_on_Test::ThenTest_then_starts_on_Test |
( |
const ThenTest_then_starts_on_Test & | | ) |
|
|
delete |
◆ ThenTest_then_starts_on_Test() [3/3]
| Tests::ExecutionSpaceImpl::ThenTest_then_starts_on_Test::ThenTest_then_starts_on_Test |
( |
ThenTest_then_starts_on_Test && | | ) |
|
|
deletenoexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ TestBody()
| void Tests::ExecutionSpaceImpl::ThenTest_then_starts_on_Test::TestBody |
( |
| ) |
|
|
overrideprivate |
Create a chain that does not start with a schedule sender.
The chain cannot be queried for a completion scheduler. It may complete on the value channel or the error channel, since the stdexec::then functor is not noexcept. It hasn't been connected yet, so the domain is indeterminate.
Call starts_on.
It has a completion scheduler for the value channel.
Definition at line 123 of file test_then.cpp.
◆ test_info_
| testing::TestInfo *const Tests::ExecutionSpaceImpl::ThenTest_then_starts_on_Test::test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "ThenTest", "then_starts_on", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTypeId<ThenTest>()), ::testing::internal::SuiteApiResolver< ThenTest>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< ThenTest>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< ThenTest_then_starts_on_Test >) |
|
staticprivate |
The documentation for this class was generated from the following file:
- /__w/kokkos-execution/kokkos-execution/tests/execution_space/test_then.cpp