#include "FppTest/array/EnumArrayAc.hpp"
#include "FppTest/array/StringArrayAc.hpp"
#include "FppTest/array/StructArrayAc.hpp"
#include "FppTest/array/Uint32ArrayArrayAc.hpp"
#include "FppTest/array/String100ArrayAc.hpp"
#include "FppTest/typed_tests/ArrayTest.hpp"
#include "FppTest/typed_tests/StringTest.hpp"
#include "FppTest/utils/Utils.hpp"
#include "STest/Random/Random.hpp"
#include "gtest/gtest.h"
Go to the source code of this file.
◆ ArrayTestImplementations
Initial value: ::testing::Types<
Enum,
String,
Struct,
Uint32Array
>
Definition at line 27 of file main.cpp.
◆ StringTestImplementations
Initial value: ::testing::Types<
String::StringSize80,
String100::StringSize100
>
Definition at line 130 of file main.cpp.
◆ FppTest::Array::getMultiElementConstructedArray<::String >()
◆ FppTest::Array::getSerializedSize<::String >()
◆ FppTest::String::getSize< String100::StringSize100 >()
◆ INSTANTIATE_TYPED_TEST_SUITE_P() [1/2]
◆ INSTANTIATE_TYPED_TEST_SUITE_P() [2/2]
◆ main()
int main |
( |
int | argc, |
|
|
char * | argv[] ) |