F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
AsyncTests.cpp File Reference

Go to the source code of this file.

Typedefs

using TypedAsyncPortTestImplementations = ::testing::Types< FppTest::Types::NoParams, FppTest::Types::PrimitiveParams, FppTest::Types::PortStringParams, FppTest::Types::EnumParams, FppTest::Types::ArrayParams, FppTest::Types::StructParams >
 
using SerialAsyncPortTestImplementations = ::testing::Types< FppTest::Types::NoParams, FppTest::Types::PrimitiveParams, FppTest::Types::PortStringParams, FppTest::Types::EnumParams, FppTest::Types::ArrayParams, FppTest::Types::StructParams >
 
using AsyncCommandTestImplementations = ::testing::Types< FppTest::Types::NoParams, FppTest::Types::PrimitiveParams, FppTest::Types::CmdStringParams, FppTest::Types::EnumParam, FppTest::Types::ArrayParam, FppTest::Types::StructParam >
 
using InternalInterfaceTestImplementations = ::testing::Types< FppTest::Types::NoParams, FppTest::Types::PrimitiveParams, FppTest::Types::InternalInterfaceStringParams, FppTest::Types::EnumParam, FppTest::Types::ArrayParam, FppTest::Types::StructParam >
 

Functions

 INSTANTIATE_TYPED_TEST_SUITE_P (FppTest, TypedAsyncPortTest, TypedAsyncPortTestImplementations)
 
 INSTANTIATE_TYPED_TEST_SUITE_P (FppTest, SerialAsyncPortTest, SerialAsyncPortTestImplementations)
 
 INSTANTIATE_TYPED_TEST_SUITE_P (FppTest, ComponentAsyncCommandTest, AsyncCommandTestImplementations)
 
 INSTANTIATE_TYPED_TEST_SUITE_P (FppTest, ComponentInternalInterfaceTest, InternalInterfaceTestImplementations)
 

Typedef Documentation

◆ AsyncCommandTestImplementations

◆ InternalInterfaceTestImplementations

◆ SerialAsyncPortTestImplementations

◆ TypedAsyncPortTestImplementations

Function Documentation

◆ INSTANTIATE_TYPED_TEST_SUITE_P() [1/4]

INSTANTIATE_TYPED_TEST_SUITE_P ( FppTest  ,
ComponentAsyncCommandTest  ,
AsyncCommandTestImplementations   
)

◆ INSTANTIATE_TYPED_TEST_SUITE_P() [2/4]

INSTANTIATE_TYPED_TEST_SUITE_P ( FppTest  ,
ComponentInternalInterfaceTest  ,
InternalInterfaceTestImplementations   
)

◆ INSTANTIATE_TYPED_TEST_SUITE_P() [3/4]

INSTANTIATE_TYPED_TEST_SUITE_P ( FppTest  ,
SerialAsyncPortTest  ,
SerialAsyncPortTestImplementations   
)

◆ INSTANTIATE_TYPED_TEST_SUITE_P() [4/4]

INSTANTIATE_TYPED_TEST_SUITE_P ( FppTest  ,
TypedAsyncPortTest  ,
TypedAsyncPortTestImplementations   
)