代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/444529/1732234
h xmloutputterhook.h
#ifndef CPPUNIT_XMLOUTPUTTERHOOK_H
#define CPPUNIT_XMLOUTPUTTERHOOK_H
#include
CPPUNIT_NS_BEGIN
class Test;
class TestFailure;
class XmlDocument;
class XmlElement;
/*!
www.eeworm.com/read/444529/1732242
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/444529/1732285
cpp testrunner.cpp
#include
#include
#include
CPPUNIT_NS_BEGIN
TestRunner::WrappingSuite::WrappingSuite( const std::string &name )
: TestSuite(
www.eeworm.com/read/444529/1732295
cpp testfailure.cpp
#include
#include
#include
CPPUNIT_NS_BEGIN
/// Constructs a TestFailure with the given test and exception.
TestFailure::TestFailure(
www.eeworm.com/read/438288/1826211
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/438288/1826274
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/392773/2491294
h mvctor_test.h
#include //size_t and STLport macros
#include "cppunit/cppunit_proxy.h"
//
// TestCase class
//
class MoveConstructorTest : public CPPUNIT_NS::TestCase
{
CPPUNIT_TEST_SUITE(MoveConstructo
www.eeworm.com/read/382359/2638127
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/382359/2638156
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/382359/2638158
h xmloutputterhook.h
#ifndef CPPUNIT_XMLOUTPUTTERHOOK_H
#define CPPUNIT_XMLOUTPUTTERHOOK_H
#include
CPPUNIT_NS_BEGIN
class Test;
class TestFailure;
class XmlDocument;
class XmlElement;
/*!