diff options
Diffstat (limited to 'Testing/include/modeling/EntityTest.h')
| -rw-r--r-- | Testing/include/modeling/EntityTest.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Testing/include/modeling/EntityTest.h b/Testing/include/modeling/EntityTest.h deleted file mode 100644 index ff7293ff..00000000 --- a/Testing/include/modeling/EntityTest.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once -#include "modeling\Entity.h" - -#include <gtest\gtest.h> - -TEST(EntityTest, Constructor) -{ - Modeling::Entity e(10); - ASSERT_EQ(e.id, 10); -}
\ No newline at end of file |
