MCPcopy Create free account
hub / github.com/MITK/MITK / SpecializedTestException

Class SpecializedTestException

Modules/Core/test/mitkExceptionTest.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include <vtkDebugLeaks.h>
32
33class SpecializedTestException : public mitk::Exception
34{
35public:
36 mitkExceptionClassMacro(SpecializedTestException, mitk::Exception);
37};
38
39class mitkExceptionTestSuite : public itk::Object, public mitk::TestFixture
40{

Calls

no outgoing calls