ElmerFoamFSI  2.0
ElmerFoamFSI is fluid-solid interaction simulation application built up from OpenFOAM CFD and Elmer CSM coupled through the IMPACT multiphysics software integration infrastructure.
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Groups Pages
virtual void Prologue ( )
inlinevirtual

Sets up the data fixtures for the tests.

This function gives the object a chance to allocate and set up any "fixtures" before the tests are run.

Definition at line 124 of file ElmerModuleDriverTest.H.

References TestingObject< ResultsType >::ExampleTestFixture, and TestingObject< ResultsType >::N.

Referenced by TestingObject< ResultsType >::Process(), TestingObject< ResultsType >::ProcessTests(), and TestingObject< ResultsType >::RunTest().

124  {
125  ExampleTestFixture.assign("ExampleTestData");
126  for(int i = 10;i < 10000000;i*=10) N.push_back(i);
127  }
std::vector< int > N
A set of values for testing quadrature methods.
std::string ExampleTestFixture
A sample string test fixture.

Here is the caller graph for this function: