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