31 "Testing if GetParameterNames is successfully passed through.");
33 "Testing if GetNumberOfParameters is successfully passed through.");
35 "Testing if GetParameterScales is successfully passed through.");
37 "Testing if GetParameterUnits is successfully passed through.");
39 refModel->GetDerivedParameterNames(),
40 "Testing if GetDerivedParameterNames is successfully passed through.");
42 refModel->GetNumberOfDerivedParameters(),
43 "Testing if GetNumberOfDerivedParameters is successfully passed through.");
45 refModel->GetDerivedParameterScales(),
46 "Testing if GetDerivedParameterScales is successfully passed through.");
48 refModel->GetDerivedParameterUnits(),
49 "Testing if GetDerivedParameterUnits is successfully passed through.");
51 "Testing if GetModelDisplayName is successfully passed through.");
53 "Testing if GetModelType is successfully passed through.");
55 "Testing if GetFunctionString is successfully passed through.");
57 "Testing if GetClassID is successfully passed through.");
59 "Testing if GetXName is successfully passed through.");
61 "Testing if GetXAxisName is successfully passed through.");
63 "Testing if GetXAxisUnit is successfully passed through.");
65 "Testing if GetYAxisName is successfully passed through.");
67 "Testing if GetYAxisUnit is successfully passed through.");
#define MITK_TEST_CONDITION_REQUIRED(COND, MSG)
section GeneralTestsDeprecatedOldTestingStyle Deprecated macros All tests with MITK_TEST_BEGIN()
int mitkConcreteModelFactoryBaseTest(int, char *[])