代码搜索:CppUnit

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

代码结果 2,238
www.eeworm.com/read/382359/2638112

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/382359/2638144

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/382359/2638157

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/382359/2638160

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/382359/2638161

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/382359/2638163

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/255500/4375007

cpp texttestresult.cpp

// // TextTestResult.cpp // // $Id: //poco/1.2/CppUnit/src/TextTestResult.cpp#1 $ // #include "CppUnit/TextTestResult.h" #include "CppUnit/CppUnitException.h" #include "CppUnit/Test.h" #include "Cpp
www.eeworm.com/read/255500/4375021

h activetest.h

// // ActiveTest.h // // $Id: //poco/1.2/CppUnit/WinTestRunner/src/ActiveTest.h#1 $ // #ifndef ActiveTest_INCLUDED #define ActiveTest_INCLUDED #include "CppUnit/CppUnit.h" #include "CppUnit/TestDe
www.eeworm.com/read/141268/5774222

h register_test.h

#include #include "Register.h" using namespace Core; class Register_Test : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE(Register_Test); CPPUNIT_TEST
www.eeworm.com/read/141268/5775125

h xmlelement.h

#ifndef CPPUNIT_TOOLS_XMLELEMENT_H #define CPPUNIT_TOOLS_XMLELEMENT_H #include #if CPPUNIT_NEED_DLL_DECL #pragma warning( push ) #pragma warning( disable: 4251 ) // X