![]() |
F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include "FppTest/component/types/FormalParamTypes.hpp"
#include "FppTest/typed_tests/ComponentTest.hpp"
#include "FppTest/typed_tests/PortTest.hpp"
Go to the source code of this file.
Typedefs | |
using | TypedAsyncPortTestImplementations |
using | SerialAsyncPortTestImplementations |
using | AsyncCommandTestImplementations |
using | InternalInterfaceTestImplementations |
Definition at line 38 of file AsyncTests.cpp.
Definition at line 48 of file AsyncTests.cpp.
Definition at line 28 of file AsyncTests.cpp.
Definition at line 18 of file AsyncTests.cpp.
INSTANTIATE_TYPED_TEST_SUITE_P | ( | FppTest | , |
ComponentAsyncCommandTest | , | ||
AsyncCommandTestImplementations | ) |
INSTANTIATE_TYPED_TEST_SUITE_P | ( | FppTest | , |
ComponentInternalInterfaceTest | , | ||
InternalInterfaceTestImplementations | ) |
INSTANTIATE_TYPED_TEST_SUITE_P | ( | FppTest | , |
SerialAsyncPortTest | , | ||
SerialAsyncPortTestImplementations | ) |
INSTANTIATE_TYPED_TEST_SUITE_P | ( | FppTest | , |
TypedAsyncPortTest | , | ||
TypedAsyncPortTestImplementations | ) |