Tsunami Project Lab
Loading...
Searching...
No Matches
Csv.test.cpp File Reference
#include "../constants.h"
#include <catch2/catch.hpp>
#include <sstream>
#include "Csv.h"
Include dependency graph for Csv.test.cpp:

Macros

#define private   public
 

Functions

 TEST_CASE ("Test the CSV-writer for 1D settings.", "[CsvWrite1d]")
 
 TEST_CASE ("Test the CSV-writer for 2D settings.", "[CsvWrite2d]")
 
 TEST_CASE ("Test the CSV Reader", "[CsvRead]")
 

Macro Definition Documentation

◆ private

#define private   public
Author
Alexander Breuer (alex.breuer AT uni-jena.de)

DESCRIPTION

Unit tests for the CSV-interface.

Function Documentation

◆ TEST_CASE() [1/3]

TEST_CASE ( "Test the CSV Reader" ,
"" [CsvRead] )

◆ TEST_CASE() [2/3]

TEST_CASE ( "Test the CSV-writer for 1D settings." ,
"" [CsvWrite1d] )

◆ TEST_CASE() [3/3]

TEST_CASE ( "Test the CSV-writer for 2D settings." ,
"" [CsvWrite2d] )