Namespacified tests aswell

This commit is contained in:
Leonetienne
2022-03-06 20:05:34 +01:00
parent be63652df6
commit da18c59969
20 changed files with 35 additions and 37 deletions

View File

@@ -4,7 +4,7 @@
#include <array>
#include <sstream>
using namespace Eule;
using namespace Leonetienne::Eule;
// Checks that a random integer is never outside the specification, two positive values
TEST_CASE(__FILE__"/Never_Outside_Specification__pos__pos", "[Random][RandomIntRange]")