13#include "FppTest/component/active/StringArgsPortAc.hpp"
51 ::testing::Types<StringArgsPortStrings::StringSize80, StringArgsPortStrings::StringSize100>;
56U32 FppTest::String::getSize<StringArgsPortStrings::StringSize100>() {
56U32 FppTest::String::getSize<StringArgsPortStrings::StringSize100>() {
…}
91TEST(ComponentParameterTest, ParameterTest) {
91TEST(ComponentParameterTest, ParameterTest) {
…}
112TEST(ComponentTimeTest, TimeTest) {
112TEST(ComponentTimeTest, TimeTest) {
…}
INSTANTIATE_TYPED_TEST_SUITE_P(FppTest, TypedPortTest, TypedPortTestImplementations)
::testing::Types< FppTest::Types::NoParams, FppTest::Types::PrimitiveParams, FppTest::Types::PortStringParams, FppTest::Types::EnumParams, FppTest::Types::ArrayParams, FppTest::Types::StructParams, FppTest::Types::NoParamReturn, FppTest::Types::PrimitiveReturn, FppTest::Types::EnumReturn, FppTest::Types::ArrayReturn, FppTest::Types::StructReturn > TypedPortTestImplementations
::testing::Types< FppTest::Types::BoolParam, FppTest::Types::U32Param, FppTest::Types::PrmStringParam, FppTest::Types::EnumParam, FppTest::Types::ArrayParam, FppTest::Types::StructParam > ParamCommandTestImplementations
::testing::Types< FppTest::Types::NoParams, FppTest::Types::PrimitiveParams, FppTest::Types::PortStringParams, FppTest::Types::EnumParams, FppTest::Types::ArrayParams, FppTest::Types::StructParams > SerialPortTestImplementations
::testing::Types< FppTest::Types::U32Param, FppTest::Types::F32Param, FppTest::Types::TlmStringParam, FppTest::Types::EnumParam, FppTest::Types::ArrayParam, FppTest::Types::StructParam > TelemetryTestImplementations
::testing::Types< FppTest::Types::NoParams, FppTest::Types::PrimitiveParams, FppTest::Types::LogStringParams, FppTest::Types::EnumParam, FppTest::Types::ArrayParam, FppTest::Types::StructParam, FppTest::Types::BoolParam > EventTestImplementations
::testing::Types< FppTest::Types::NoParams, FppTest::Types::PrimitiveParams, FppTest::Types::CmdStringParams, FppTest::Types::EnumParam, FppTest::Types::ArrayParam, FppTest::Types::StructParam > CommandTestImplementations
TEST(ComponentParameterTest, ParameterTest)
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(TypedAsyncPortTest)
::testing::Types< String::StringSize80, String100::StringSize100 > StringTestImplementations
FormalParams< BoolType > BoolParam
FormalParams< ArrayType > ArrayParam
FormalParams< LogStringTypes > LogStringParams
FormalParams< F32Type > F32Param
FormalParamsWithReturn< PrimitiveTypes, U32Type > PrimitiveReturn
FormalParams< CmdStringTypes > CmdStringParams
FormalParams< TlmStringType > TlmStringParam
FormalParams< U32Type > U32Param
FormalParams< ArrayTypes > ArrayParams
FormalParamsWithReturn< EnumTypes, EnumType > EnumReturn
FormalParams< EnumType > EnumParam
FormalParamsWithReturn< ArrayTypes, ArrayType > ArrayReturn
FormalParams< PrmStringType > PrmStringParam
FormalParams< EnumTypes > EnumParams
FormalParams< PrimitiveTypes > PrimitiveParams
FormalParamsWithReturn< Empty, BoolType > NoParamReturn
FormalParams< StructType > StructParam
FormalParams< StructTypes > StructParams
FormalParams< PortStringTypes > PortStringParams
FormalParams< Empty > NoParams