Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
findEditor(IEditorRegistry.SYSTEM_EXTERNAL_EDITOR_ID)
instead. IDE.EDITOR_ID_ATTR
. (as of 2015_05) GLMappers are no longer supported in the rendering pipeline. Please use mitkVtkMapper instead or consider writing your own vtk classes, such as vtkActor or vtkMapper
(as of 2013_09) Use MITK_TEST_SUITE_REGISTRATION instead.
(as of 2013_09) Use MITK_TEST_SUITE_REGISTRATION instead.
(as of 2013_09) Use CPPUNIT_FAIL instead
(as of 2013_09) Use CPPUNIT_ASSERT_THROW instead.
(as of 2013_09) Use CPPUNIT_ASSERT_THROW instead.
This macro, together with MITK_TEST_FOR_EXCEPTION_END, can be used to test whether a code block throws an expected exception. The test FAILS if the exception is NOT thrown. A simple example: