代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/255500/4375012
cpp cppunitexception.cpp
//
// CppUnitException.cpp
//
// $Id: //poco/1.2/CppUnit/src/CppUnitException.cpp#1 $
//
#include "CppUnit/CppUnitException.h"
namespace CppUnit {
const std::string CppUnitException::CPPUNIT_UNK
www.eeworm.com/read/151249/5684577
h xmloutputter.h
#ifndef CPPUNIT_XMLTESTRESULTOUTPUTTER_H
#define CPPUNIT_XMLTESTRESULTOUTPUTTER_H
#include
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( push )
#pragma warning( disable: 4251 )
www.eeworm.com/read/124465/6047432
cpp testfactoryregistry.cpp
#include
#include
#include
#if CPPUNIT_USE_TYPEINFO_NAME
# include "cppunit/extensions/TypeInfoHelper.h"
#endif
namespace Cp
www.eeworm.com/read/103694/6213341
cpp testfactoryregistry.cpp
#include
#include
#include
#if CPPUNIT_USE_TYPEINFO_NAME
# include "cppunit/extensions/TypeInfoHelper.h"
#endif
namespace Cp
www.eeworm.com/read/230695/4719798
cpp exampletestcase.cpp
#include "ExampleTestCase.h"
CPPUNIT_TEST_SUITE_REGISTRATION( ExampleTestCase );
void ExampleTestCase::example ()
{
CPPUNIT_ASSERT_DOUBLES_EQUAL (1.0, 1.1, 0.05);
CPPUNIT_ASSERT (1 == 0);
CPPUNIT
www.eeworm.com/read/230695/4719861
h testfactoryregistry.h
#ifndef CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H
#define CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H
#include
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( push )
#pragma warning(
www.eeworm.com/read/339586/3296965
cpp exampletestcase.cpp
#include "ExampleTestCase.h"
CPPUNIT_TEST_SUITE_REGISTRATION( ExampleTestCase );
void ExampleTestCase::example ()
{
CPPUNIT_ASSERT_DOUBLES_EQUAL (1.0, 1.1, 0.05);
CPPUNIT_ASSERT (1 == 0);
CPPUNIT
www.eeworm.com/read/339586/3297081
h xmloutputter.h
#ifndef CPPUNIT_XMLTESTRESULTOUTPUTTER_H
#define CPPUNIT_XMLTESTRESULTOUTPUTTER_H
#include
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( push )
#pragma warning( disable: 4251 )
www.eeworm.com/read/339586/3297109
h synchronizedobject.h
#ifndef CPPUNIT_SYNCHRONIZEDOBJECT_H
#define CPPUNIT_SYNCHRONIZEDOBJECT_H
#include
CPPUNIT_NS_BEGIN
/*! \brief Base class for synchronized object.
*
* Synchronized objec
www.eeworm.com/read/339586/3297111
h xmloutputterhook.h
#ifndef CPPUNIT_XMLOUTPUTTERHOOK_H
#define CPPUNIT_XMLOUTPUTTERHOOK_H
#include
CPPUNIT_NS_BEGIN
class Test;
class TestFailure;
class XmlDocument;
class XmlElement;
/*!