OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
TestDirichletPlaneWriter.cpp File Reference
#include <gtest/gtest.h>
#include "Ippl.h"
#include "Structure/DirichletPlaneWriter.h"
#include "Utilities/OpalException.h"
#include <filesystem>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
Include dependency graph for TestDirichletPlaneWriter.cpp:

Go to the source code of this file.

Classes

class  DirichletPlaneWriterTest
 

Functions

 TEST_F (DirichletPlaneWriterTest, ConstructorCreatesOutputDirectory)
 
 TEST_F (DirichletPlaneWriterTest, WritePlaneCreatesAsciiDumpWithMetadata)
 
 TEST_F (DirichletPlaneWriterTest, InvalidDimensionsThrow)
 

Function Documentation

◆ TEST_F() [1/3]

TEST_F ( DirichletPlaneWriterTest  ,
ConstructorCreatesOutputDirectory   
)

Definition at line 35 of file TestDirichletPlaneWriter.cpp.

◆ TEST_F() [2/3]

TEST_F ( DirichletPlaneWriterTest  ,
InvalidDimensionsThrow   
)

Definition at line 72 of file TestDirichletPlaneWriter.cpp.

References DirichletPlaneWriter::writePlane().

Here is the call graph for this function:

◆ TEST_F() [3/3]

TEST_F ( DirichletPlaneWriterTest  ,
WritePlaneCreatesAsciiDumpWithMetadata   
)

Definition at line 45 of file TestDirichletPlaneWriter.cpp.

References DirichletPlaneWriter::writePlane().

Here is the call graph for this function: