Adding Catch2 unit testing framework. Init characteristics serializer tests.
This commit is contained in:
parent
8117dc357f
commit
a5ce3c378f
6 changed files with 75 additions and 0 deletions
17
Unit testing/characteristics_tests.cpp
Normal file
17
Unit testing/characteristics_tests.cpp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#include <catch2/catch.hpp>
|
||||
|
||||
TEST_CASE("Serialize adresse", "[serialize][0]") {
|
||||
|
||||
}
|
||||
|
||||
TEST_CASE("Serialize chance", "[serialize][1]") {
|
||||
|
||||
}
|
||||
|
||||
TEST_CASE("Serialize endurance", "[serialize][2]") {
|
||||
|
||||
}
|
||||
|
||||
TEST_CASE("Serialize habilete", "[serialize][3]") {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue