Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkTestManager.h>
Public Member Functions | |
TestManager () | |
void | Initialize () |
Must be called at the beginning of a test run. More... | |
int | NumberOfFailedTests () |
int | NumberOfPassedTests () |
void | TestFailed () |
Tell manager a subtest failed. More... | |
void | TestPassed () |
Tell manager a subtest passed. More... | |
virtual | ~TestManager () |
Static Public Member Functions | |
static TestManager * | GetInstance () |
Protected Attributes | |
int | m_FailedTests |
int | m_PassedTests |
Definition at line 24 of file mitkTestManager.h.
|
inline |
Definition at line 27 of file mitkTestManager.h.
|
inlinevirtual |
Definition at line 37 of file mitkTestManager.h.
|
static |
Definition at line 18 of file mitkTestManager.cpp.
Referenced by mitkSceneIOTest().
void mitk::TestManager::Initialize | ( | ) |
Must be called at the beginning of a test run.
Definition at line 24 of file mitkTestManager.cpp.
int mitk::TestManager::NumberOfFailedTests | ( | ) |
Definition at line 29 of file mitkTestManager.cpp.
int mitk::TestManager::NumberOfPassedTests | ( | ) |
Definition at line 34 of file mitkTestManager.cpp.
void mitk::TestManager::TestFailed | ( | ) |
Tell manager a subtest failed.
Definition at line 38 of file mitkTestManager.cpp.
void mitk::TestManager::TestPassed | ( | ) |
Tell manager a subtest passed.
Definition at line 42 of file mitkTestManager.cpp.
|
protected |
Definition at line 39 of file mitkTestManager.h.
|
protected |
Definition at line 40 of file mitkTestManager.h.