![]() |
F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#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.
Typedefs | |
using | ArrayTestImplementations = ::testing::Types< Enum, String, Struct, Uint32Array > |
using | StringTestImplementations = ::testing::Types< String::StringSize80, String100::StringSize100 > |
Functions | |
INSTANTIATE_TYPED_TEST_SUITE_P (FppTest, ArrayTest, ArrayTestImplementations) | |
template<> | |
::String | FppTest::Array::getMultiElementConstructedArray<::String > (::String::StringSize80(&a)[::String::SIZE]) |
template<> | |
U32 | FppTest::Array::getSerializedSize<::String > (::String::StringSize80(&a)[::String::SIZE]) |
INSTANTIATE_TYPED_TEST_SUITE_P (Array, StringTest, StringTestImplementations) | |
template<> | |
U32 | FppTest::String::getSize< String100::StringSize100 > () |
int | main (int argc, char *argv[]) |
using ArrayTestImplementations = ::testing::Types< Enum, String, Struct, Uint32Array > |
using StringTestImplementations = ::testing::Types< String::StringSize80, String100::StringSize100 > |
::String FppTest::Array::getMultiElementConstructedArray<::String > | ( | ::String::StringSize80(&) | a[::String::SIZE] | ) |
U32 FppTest::Array::getSerializedSize<::String > | ( | ::String::StringSize80(&) | a[::String::SIZE] | ) |
U32 FppTest::String::getSize< String100::StringSize100 > | ( | ) |
INSTANTIATE_TYPED_TEST_SUITE_P | ( | Array | , |
StringTest | , | ||
StringTestImplementations | |||
) |
INSTANTIATE_TYPED_TEST_SUITE_P | ( | FppTest | , |
ArrayTest | , | ||
ArrayTestImplementations | |||
) |