代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/438288/1826242
h sourceprefix.h
#ifndef CPPUNIT_CONFIG_H_INCLUDED
#define CPPUNIT_CONFIG_H_INCLUDED
#include
#ifdef _MSC_VER
#pragma warning(disable: 4018 4284 4146)
#if _MSC_VER >= 1400
#pragma warning(dis
www.eeworm.com/read/382359/2638098
h testrunner.h
#ifndef CPPUNIT_MSVC_TESTRUNNER_H
#define CPPUNIT_MSVC_TESTRUNNER_H
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include
/*! \brief MFC test runne
www.eeworm.com/read/382359/2638123
h sourceprefix.h
#ifndef CPPUNIT_CONFIG_H_INCLUDED
#define CPPUNIT_CONFIG_H_INCLUDED
#include
#ifdef _MSC_VER
#pragma warning(disable: 4018 4284 4146)
#if _MSC_VER >= 1400
#pragma warning(dis
www.eeworm.com/read/124619/6043860
h cppunitexception.h
#ifndef CPPUNIT_CPPUNITEXCEPTION_H
#define CPPUNIT_CPPUNITEXCEPTION_H
/*
* CppUnitException is an exception that serves
* descriptive strings through its what () method
*
*/
#inclu
www.eeworm.com/read/339586/3296889
cpp stringtoolstest.cpp
#include
#include "StringToolsTest.h"
CPPUNIT_TEST_SUITE_REGISTRATION( StringToolsTest );
StringToolsTest::StringToolsTest()
{
}
StringToolsTest::~StringToolsTest(
www.eeworm.com/read/339586/3297275
cpp synchronizedobject.cpp
#include
CPPUNIT_NS_BEGIN
SynchronizedObject::SynchronizedObject( SynchronizationObject *syncObject )
: m_syncObject( syncObject == 0 ? new SynchronizationObject
www.eeworm.com/read/339586/3297299
cpp xmloutputterhook.cpp
#include
CPPUNIT_NS_BEGIN
void
XmlOutputterHook::beginDocument( XmlDocument *document )
{
}
void
XmlOutputterHook::endDocument( XmlDocument *document )
{
}
void
www.eeworm.com/read/444529/1732286
cpp synchronizedobject.cpp
#include
CPPUNIT_NS_BEGIN
SynchronizedObject::SynchronizedObject( SynchronizationObject *syncObject )
: m_syncObject( syncObject == 0 ? new SynchronizationObject
www.eeworm.com/read/444529/1732309
cpp xmloutputterhook.cpp
#include
CPPUNIT_NS_BEGIN
void
XmlOutputterHook::beginDocument( XmlDocument *document )
{
}
void
XmlOutputterHook::endDocument( XmlDocument *document )
{
}
void
www.eeworm.com/read/124465/6047443
cpp sourceline.cpp
#include
namespace CppUnit
{
SourceLine::SourceLine() :
m_lineNumber( -1 )
{
}
SourceLine::SourceLine( const std::string &fileName,
int lineNumb