代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/339586/3297278
cpp testpath.cpp
#include
#include
#include
#include
CPPUNIT_NS_BEGIN
TestPath::TestPath()
{
}
TestPath::TestPath( Test *root )
{
add(
www.eeworm.com/read/339586/3297279
cpp asserter.cpp
#include
#include
#include
CPPUNIT_NS_BEGIN
void
Asserter::fail( std::string message,
const SourceLine &sourceLine
www.eeworm.com/read/339586/3297290
cpp xmldocument.cpp
#include
#include
#include
CPPUNIT_NS_BEGIN
XmlDocument::XmlDocument( const std::string &encoding,
www.eeworm.com/read/331534/3411590
svn-base testsuite.cpp.svn-base
//
// TestSuite.cpp
//
// $Id: //poco/1.3/CppUnit/src/TestSuite.cpp#1 $
//
#include "CppUnit/TestSuite.h"
#include "CppUnit/TestResult.h"
namespace CppUnit {
// Deletes all tests i
www.eeworm.com/read/331534/3411599
cpp testsuite.cpp
//
// TestSuite.cpp
//
// $Id: //poco/1.3/CppUnit/src/TestSuite.cpp#1 $
//
#include "CppUnit/TestSuite.h"
#include "CppUnit/TestResult.h"
namespace CppUnit {
// Deletes all tests i
www.eeworm.com/read/282758/4087900
h testnamer.h
#ifndef CPPUNIT_EXTENSIONS_TESTNAMER_H
#define CPPUNIT_EXTENSIONS_TESTNAMER_H
#include
#include
#if CPPUNIT_HAVE_RTTI
# include
#endif
/*! \def CPPUNI
www.eeworm.com/read/282758/4087907
h orthodox.h
#ifndef CPPUNIT_EXTENSIONS_ORTHODOX_H
#define CPPUNIT_EXTENSIONS_ORTHODOX_H
#include
CPPUNIT_NS_BEGIN
/*
* Orthodox performs a simple set of tests on an arbitary
* class to
www.eeworm.com/read/449063/1682429
h texttestrunner.h
#ifndef CPPUNIT_TEXTTESTRUNNER_H
#define CPPUNIT_TEXTTESTRUNNER_H
#include
namespace CppUnit {
/*!
* \brief A text mode test runner.
* \ingroup ExecutingTest
* \de
www.eeworm.com/read/449063/1682453
h testfactory.h
#ifndef CPPUNIT_EXTENSIONS_TESTFACTORY_H
#define CPPUNIT_EXTENSIONS_TESTFACTORY_H
#include
namespace CppUnit {
class Test;
/*! \brief Abstract Test factory.
*/
class CPPUN
www.eeworm.com/read/449063/1682459
h testresultcollector.h
#ifndef CPPUNIT_TESTRESULTCOLLECTOR_H
#define CPPUNIT_TESTRESULTCOLLECTOR_H
#include
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( push )
#pragma warning( disable: 4251 ) // X