F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AsyncTests.cpp File Reference

Go to the source code of this file.

Typedefs

using TypedAsyncPortTestImplementations
 
using SerialAsyncPortTestImplementations
 
using AsyncCommandTestImplementations
 
using InternalInterfaceTestImplementations
 

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  )