basic data wrapper unittests

This commit is contained in:
2022-08-30 14:02:58 +02:00
parent c756297e5c
commit bdd79d060d
4 changed files with 36 additions and 3 deletions

View File

@ -4,7 +4,7 @@
#include "fsfw/util/UnsignedByteField.h"
TEST_CASE("Unsigned Byte Field", "[unsigned-byte-field]") {
TEST_CASE("Unsigned Byte Field", "[util]") {
auto testByteField = UnsignedByteField<uint32_t>(10);
auto u32ByteField = U32ByteField(10);
auto u16ByteField = U16ByteField(5);