代码搜索:CppUnit

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

代码结果 2,238
www.eeworm.com/read/124465/6047395

h outputter.h

#ifndef CPPUNIT_OUTPUTTER_H #define CPPUNIT_OUTPUTTER_H #include namespace CppUnit { /*! \brief Abstract outputter to print test result summary. * \ingroup WritingTestResu
www.eeworm.com/read/124465/6047400

h portability.h

#ifndef CPPUNIT_PORTABILITY_H #define CPPUNIT_PORTABILITY_H /* include platform specific config */ #if defined(__BORLANDC__) # include #elif defined (_MSC_VER) # include
www.eeworm.com/read/123279/6061848

h pluginparameters.h

#ifndef CPPUNIT_PLUGIN_PARAMETERS #define CPPUNIT_PLUGIN_PARAMETERS #include #if !defined(CPPUNIT_NO_TESTPLUGIN) #include #include
www.eeworm.com/read/103694/6213304

h outputter.h

#ifndef CPPUNIT_OUTPUTTER_H #define CPPUNIT_OUTPUTTER_H #include namespace CppUnit { /*! \brief Abstract outputter to print test result summary. * \ingroup WritingTestResu
www.eeworm.com/read/103694/6213309

h portability.h

#ifndef CPPUNIT_PORTABILITY_H #define CPPUNIT_PORTABILITY_H /* include platform specific config */ #if defined(__BORLANDC__) # include #elif defined (_MSC_VER) # include
www.eeworm.com/read/124465/6047394

h config-msvc6.h

#ifndef _INCLUDE_CPPUNIT_CONFIG_MSVC6_H #define _INCLUDE_CPPUNIT_CONFIG_MSVC6_H 1 #define HAVE_CMATH 1 /* include/cppunit/config-msvc6.h. Manually adapted from include/cppunit/config-auto.h */
www.eeworm.com/read/103694/6213303

h config-msvc6.h

#ifndef _INCLUDE_CPPUNIT_CONFIG_MSVC6_H #define _INCLUDE_CPPUNIT_CONFIG_MSVC6_H 1 #define HAVE_CMATH 1 /* include/cppunit/config-msvc6.h. Manually adapted from include/cppunit/config-auto.h */
www.eeworm.com/read/140411/5792504

cpp dllplugintester.cpp

#include #include #include #include #include #include
www.eeworm.com/read/123279/6061911

cpp dllplugintester.cpp

#include #include #include #include #include #include
www.eeworm.com/read/151249/5684615

h testfactory.h

#ifndef CPPUNIT_EXTENSIONS_TESTFACTORY_H #define CPPUNIT_EXTENSIONS_TESTFACTORY_H #include CPPUNIT_NS_BEGIN class Test; /*! \brief Abstract Test factory. */ class CPPUNIT