/* * Project: MoleCuilder * Description: creates and alters molecular systems * Copyright (C) 2010 University of Bonn. All rights reserved. * Please see the LICENSE file or "Copyright notice" in builder.cpp for details. */ /* * RegistryUnitTest.cpp * * Created on: Oct 27, 2010 * Author: heber */ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include #include #include #include "RegistryUnitTest.hpp" #include #include "Actions/ActionRegistry.hpp" #include "Actions/ActionTraits.hpp" #include "Actions/OptionRegistry.hpp" #ifdef HAVE_TESTRUNNER #include "UnitTestMain.hpp" #endif /*HAVE_TESTRUNNER*/ /********************************************** Test classes **************************************/ // Registers the fixture into the 'registry' CPPUNIT_TEST_SUITE_REGISTRATION( RegistryTest ); void RegistryTest::setUp() {}; void RegistryTest::tearDown() {}; void RegistryTest::InOutCheck() { CPPUNIT_ASSERT(true); }