Testing object for GridConversion. More...
#include "Testing.H"
#include "ExampleHeader.H"
#include "Profiler.H"
#include <vector>
#include <cmath>
Go to the source code of this file.
Classes | |
class | TestingObject< ResultsType > |
Project-specific testing object. More... | |
Namespaces | |
GridConversion | |
Project-specific namespace. | |
GridConversion::TestFixture | |
Namespace for storing simple test utility fixtures. | |
Typedefs | |
typedef IRAD::Util::TestResults | TestResults |
Project-specific test results type. More... | |
Functions | |
double | F1 (double x) |
Simple test function fixture returns . More... | |
double | F2 (double x) |
Simple test function fixture returns . More... | |
Testing object for GridConversion.
This file contains the implementation of the overarching testing object for the project. Every project should have one of these as it allows external entities unified methodology for access project or package-specific tests.
Definition in file GridConversionTest.H.