MAST
Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST)
mast_parameter.cpp File Reference
#include "catch.hpp"
#include "base/parameter.h"
Include dependency graph for mast_parameter.cpp:

Go to the source code of this file.

Functions

 TEST_CASE ("parameters", "[parameter],[base]")
 MAST::Parameter objects are independent of libMesh and thus we do not need to initialize any libMesh or MPI communicator objects here. More...
 

Function Documentation

◆ TEST_CASE()

TEST_CASE ( "parameters"  ,
[parameter],
[base] "   
)

MAST::Parameter objects are independent of libMesh and thus we do not need to initialize any libMesh or MPI communicator objects here.

This code, outside of any 'SECTION' is run automatically each time before a section is run.

Only one section is run at a time. Each time a section completes, the test starts over at the beginning of the 'TEST_CASE' before running the next section.

Definition at line 31 of file mast_parameter.cpp.