#include "mitkTestingMacros.h"
#include "mitkCoreObjectFactory.h"
#include "mitkPlanarFigureObjectFactory.h"
Go to the source code of this file.
Functions | |
int | mitkPlanarFigureObjectFactoryTest (int, char *[]) |
int mitkPlanarFigureObjectFactoryTest | ( | int | , |
char * | [] | ||
) |
Documentation Test for factory registration
Definition at line 26 of file mitkPlanarFigureObjectFactoryTest.cpp.
References MITK_TEST_BEGIN, MITK_TEST_END, and RegisterPlanarFigureObjectFactory().
{ // always start with this! MITK_TEST_BEGIN("PlanarFigureObjectFactoryTest"); RegisterPlanarFigureObjectFactory(); // always end with this! MITK_TEST_END(); }