代码搜索:CppUnit

找到约 2,238 项符合「CppUnit」的源代码

代码结果 2,238
www.eeworm.com/read/339586/3297066

h outputter.h

#ifndef CPPUNIT_OUTPUTTER_H #define CPPUNIT_OUTPUTTER_H #include CPPUNIT_NS_BEGIN /*! \brief Abstract outputter to print test result summary. * \ingroup WritingTestResult
www.eeworm.com/read/339586/3297097

h testlistener.h

#ifndef CPPUNIT_TESTLISTENER_H // -*- C++ -*- #define CPPUNIT_TESTLISTENER_H #include CPPUNIT_NS_BEGIN class Exception; class Test; class TestFailure; class TestResult;
www.eeworm.com/read/339586/3297110

h testfailure.h

#ifndef CPPUNIT_TESTFAILURE_H // -*- C++ -*- #define CPPUNIT_TESTFAILURE_H #include #include CPPUNIT_NS_BEGIN class Exception; class SourceLine; class Test; /
www.eeworm.com/read/339586/3297113

h testfixture.h

#ifndef CPPUNIT_TESTFIXTURE_H // -*- C++ -*- #define CPPUNIT_TESTFIXTURE_H #include CPPUNIT_NS_BEGIN /*! \brief Wraps a test case with setUp and tearDown methods. * \in
www.eeworm.com/read/339586/3297114

h testcomposite.h

#ifndef CPPUNIT_TESTCOMPSITE_H // -*- C++ -*- #define CPPUNIT_TESTCOMPSITE_H #include #include CPPUNIT_NS_BEGIN /*! \brief A Composite of Tests. * * Base class for a
www.eeworm.com/read/339586/3297116

h testsetup.h

#ifndef CPPUNIT_EXTENSIONS_TESTSETUP_H #define CPPUNIT_EXTENSIONS_TESTSETUP_H #include CPPUNIT_NS_BEGIN class Test; class TestResult; /*! \brief Decorates a t
www.eeworm.com/read/339586/3297273

cpp beosdynamiclibrarymanager.cpp

#include #if defined(CPPUNIT_HAVE_BEOS_DLL_LOADER) #include #include CPPUNIT_NS_BEGIN DynamicLibraryManager::Lib
www.eeworm.com/read/282758/4087895

h testsetup.h

#ifndef CPPUNIT_EXTENSIONS_TESTSETUP_H #define CPPUNIT_EXTENSIONS_TESTSETUP_H #include CPPUNIT_NS_BEGIN class Test; class TestResult; /*! \brief Decorates a t
www.eeworm.com/read/279583/4135923

h mtime_test.h

#ifndef MTIME_TEST_H #define MTIME_TEST_H #include class MTimeTest: public CppUnit::TestFixture { CPPUNIT_TEST_SUITE( MTimeTest ); CPPUNIT_TEST_
www.eeworm.com/read/279583/4135924

h mfile_test.h

#ifndef MFILE_TEST_H #define MFILE_TEST_H #include class MFileTest: public CppUnit::TestFixture { CPPUNIT_TEST_SUITE( MFileTest ); CPPUNIT_TES