代码搜索:CppUnit

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

代码结果 2,238
www.eeworm.com/read/444529/1732317

cpp shldynamiclibrarymanager.cpp

#include #if defined(CPPUNIT_HAVE_UNIX_SHL_LOADER) #include #include #include CPPUNIT_NS_BEGIN DynamicLibraryMa
www.eeworm.com/read/438288/1826234

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 needs
www.eeworm.com/read/438288/1826235

h xmldocument.h

#ifndef CPPUNIT_TOOLS_XMLDOCUMENT_H #define CPPUNIT_TOOLS_XMLDOCUMENT_H #include #if CPPUNIT_NEED_DLL_DECL #pragma warning( push ) #pragma warning( disable: 4251 ) // X need
www.eeworm.com/read/438288/1826339

h activetest.h

#ifndef CPPUNIT_ACTIVETEST_H #define CPPUNIT_ACTIVETEST_H #include #ifndef CPPUNIT_TESTDECORATOR_H #include #endif /* A Microsoft-specific active tes
www.eeworm.com/read/382359/2638106

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 needs
www.eeworm.com/read/382359/2638107

h xmldocument.h

#ifndef CPPUNIT_TOOLS_XMLDOCUMENT_H #define CPPUNIT_TOOLS_XMLDOCUMENT_H #include #if CPPUNIT_NEED_DLL_DECL #pragma warning( push ) #pragma warning( disable: 4251 ) // X need
www.eeworm.com/read/382359/2638181

h testsuite.h

#ifndef CPPUNIT_TESTSUITE_H // -*- C++ -*- #define CPPUNIT_TESTSUITE_H #include #if CPPUNIT_NEED_DLL_DECL #pragma warning( push ) #pragma warning( disable: 4251 ) // X ne
www.eeworm.com/read/382359/2638194

h testrunner.h

#ifndef CPPUNIT_TESTRUNNER_H #define CPPUNIT_TESTRUNNER_H #include #include CPPUNIT_NS_BEGIN class Test; class TestResult; /*! \brief Generic test runner. * \ingr
www.eeworm.com/read/255500/4375014

cpp testcase.cpp

// // TestCase.cpp // // $Id: //poco/1.2/CppUnit/src/TestCase.cpp#1 $ // #include #include #include "CppUnit/TestCase.h" #include "CppUnit/TestResult.h" #include "CppUnit/estrin
www.eeworm.com/read/151249/5684568

h test.h

#ifndef CPPUNIT_TEST_H #define CPPUNIT_TEST_H #include #include CPPUNIT_NS_BEGIN class TestResult; class TestPath; /*! \brief Base class for all test objects. *