KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Namespaces | Classes | Functions
Kratos::Testing Namespace Reference

Namespaces

 Internals
 

Classes

class  DistributedTestCase
 Base class for distributed tests. More...
 
class  ScopedEntry
 
struct  ScopedDirectory
 Class representing a directory that follows RAII. More...
 
class  ScopedFile
 Class representing a file that follows RAII. More...
 
struct  ScopedSymlink
 Class representing a symlink that follows RAII. More...
 
class  TestCase
 The test case base class. More...
 
class  TestCaseResult
 The test case base class. More...
 
class  TestSuite
 This class holds an array of test cases and run them one by one in its Run method. More...
 
class  Tester
 Tester class manages all tests and provide interface to run them. More...
 

Functions

DataCommunicatorGetDefaultDataCommunicator ()
 
 KRATOS_DISTRIBUTED_TEST_CASE_IN_SUITE (MapperUtilities_ComputeGlobalBoundingBox_distributed, KratosMappingApplicationMPITestSuite)
 
Input and output
std::ostream & operator<< (std::ostream &rOStream, const TestCase &rThis)
 output stream function More...
 
std::ostream & operator<< (std::ostream &rOStream, const TestCaseResult &rThis)
 output stream function More...
 
std::istream & operator>> (std::istream &rIStream, TestSuite &rThis)
 input stream function More...
 
std::ostream & operator<< (std::ostream &rOStream, const TestSuite &rThis)
 output stream function More...
 
std::ostream & operator<< (std::ostream &rOStream, const Tester &rThis)
 output stream function More...
 

Function Documentation

◆ GetDefaultDataCommunicator()

DataCommunicator & Kratos::Testing::GetDefaultDataCommunicator ( )

◆ KRATOS_DISTRIBUTED_TEST_CASE_IN_SUITE()

Kratos::Testing::KRATOS_DISTRIBUTED_TEST_CASE_IN_SUITE ( MapperUtilities_ComputeGlobalBoundingBox_distributed  ,
KratosMappingApplicationMPITestSuite   
)