Class SubTest

Inheritance Relationships

Derived Types

Class Documentation

class SubTest

Subclassed by BilateralFilter_Test, EJElectricalConductivity_Test, EJThermalConductivity_Test, Example_Test, Export3DTiff_Test, ExportBin_Test, ExportSTL_Test, ExportTextfile_Test, ExportVTK_Test, FVanisotropicThermalConductivity_Test, FVElectricalConductivity_Test, FVThermalConductivity_Test, Generate_RandomFibers_Test, Generate_RandomSpheres_Test, Generate_TPMS_Test, Import3DTiff_Test, ImportBin_Test, IsoSurface_Test, Matrix_Test, MeanFilter3D_Test, MeanInterceptLength_Test, MedianFilter3D_Test, Orientation_Test, ParticlesCuberilleTortuosity_Test, PoreSpace_Test, PString_Test, SurfaceArea_Test, Triangle_Test, Vector3D_Test, Vector4D_Test, VolumeFraction_Test

Public Functions

SubTest()
std::vector<TestResult> runAllTests()
int numTests()
void addTest(test t)

Public Members

std::string testSuiteName

Protected Attributes

std::vector<test> tests

Protected Static Functions

static bool assertEquals(int valExpected, int valActual, TestResult *result)
static bool assertEquals(long valExpected, long valActual, TestResult *result)
static bool assertEquals(float valExpected, float valActual, TestResult *result)
static bool assertEquals(float valExpected, float valActual, float tolerance, TestResult *result)
static bool assertEquals(double valExpected, double valActual, TestResult *result)
static bool assertEquals(double valExpected, double valActual, double tolerance, TestResult *result)
static bool assertEquals(std::string valExpected, std::string valActual, TestResult *result)
static bool assertEquals(char valExpected, char valActual, TestResult *result)
static bool assertEquals(bool valExpected, bool valActual, TestResult *result)