Added MappedName class
This commit is contained in:
16
tests/src/App/MappedName.cpp
Normal file
16
tests/src/App/MappedName.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
// SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "App/MappedName.h"
|
||||
|
||||
|
||||
// clang-format off
|
||||
TEST(MappedName, defaultConstruction)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
// clang-format on
|
||||
Reference in New Issue
Block a user