Namespacyfied
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include <BaseConversion.h>
|
||||
#include "Catch2.h"
|
||||
|
||||
using namespace Leonetienne::GeneralUtility;
|
||||
|
||||
// Tests base 10 to 10
|
||||
TEST_CASE(__FILE__"/Base10_to_10", "[BaseConversion][Base10_2_X]")
|
||||
{
|
||||
|
@@ -1,6 +1,8 @@
|
||||
#include <BaseConversion.h>
|
||||
#include "Catch2.h"
|
||||
|
||||
using namespace Leonetienne::GeneralUtility;
|
||||
|
||||
// Tests base 10 to 10
|
||||
TEST_CASE(__FILE__"/Base10_to_10", "[BaseConversion][BaseX_2_10]")
|
||||
{
|
||||
|
@@ -1,6 +1,8 @@
|
||||
#include <BaseConversion.h>
|
||||
#include "Catch2.h"
|
||||
|
||||
using namespace Leonetienne::GeneralUtility;
|
||||
|
||||
// Tests base 10 to 10
|
||||
TEST_CASE(__FILE__"/Base10_to_10", "[BaseConversion][BaseX_2_Y]")
|
||||
{
|
||||
|
@@ -5,6 +5,8 @@
|
||||
#include <time.h>
|
||||
#include <stdexcept>
|
||||
|
||||
using namespace Leonetienne::GeneralUtility;
|
||||
|
||||
// Tests that basic division (base10) is working, with oracle values
|
||||
TEST_CASE(__FILE__"/Base10", "[BaseConversion][DigitstringDivision]")
|
||||
{
|
||||
|
@@ -3,6 +3,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using namespace Leonetienne::GeneralUtility;
|
||||
|
||||
// Tests that the Ord method works with characters in a string
|
||||
TEST_CASE(__FILE__"/WorksWithCharsInString", "[ContainerUtility][Ord]")
|
||||
{
|
||||
|
Reference in New Issue
Block a user