代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/339586/3297302
cpp pluginparameters.cpp
#include
#if !defined(CPPUNIT_NO_TESTPLUGIN)
CPPUNIT_NS_BEGIN
PlugInParameters::PlugInParameters( const std::string &commandLine )
: m_commandLine( commandL
www.eeworm.com/read/331534/3411597
svn-base testresult.cpp.svn-base
//
// TestResult.cpp
//
// $Id: //poco/1.3/CppUnit/src/TestResult.cpp#1 $
//
#include "CppUnit/TestResult.h"
namespace CppUnit {
// Destroys a test result
TestResult::~TestResult()
www.eeworm.com/read/331534/3411602
cpp testresult.cpp
//
// TestResult.cpp
//
// $Id: //poco/1.3/CppUnit/src/TestResult.cpp#1 $
//
#include "CppUnit/TestResult.h"
namespace CppUnit {
// Destroys a test result
TestResult::~TestResult()
www.eeworm.com/read/449063/1682476
cpp exception.cpp
#include "cppunit/Exception.h"
namespace CppUnit {
#ifdef CPPUNIT_ENABLE_SOURCELINE_DEPRECATED
/*!
* \deprecated Use SourceLine::isValid() instead.
*/
const std::string Exception::UNKNOWNFILENAM
www.eeworm.com/read/444529/1732311
cpp pluginparameters.cpp
#include
#if !defined(CPPUNIT_NO_TESTPLUGIN)
CPPUNIT_NS_BEGIN
PlugInParameters::PlugInParameters( const std::string &commandLine )
: m_commandLine( commandL
www.eeworm.com/read/124465/6047436
cpp testsuite.cpp
#include "cppunit/TestSuite.h"
#include "cppunit/TestResult.h"
namespace CppUnit {
/// Default constructor
TestSuite::TestSuite( std::string name )
: m_name( name )
{
}
/// Destructor
TestSuit
www.eeworm.com/read/103694/6213345
cpp testsuite.cpp
#include "cppunit/TestSuite.h"
#include "cppunit/TestResult.h"
namespace CppUnit {
/// Default constructor
TestSuite::TestSuite( std::string name )
: m_name( name )
{
}
/// Destructor
TestSuit
www.eeworm.com/read/230695/4719875
h cppunitdeque.h
#ifndef CPPUNIT_PORTABILITY_CPPUNITDEQUE_H
#define CPPUNIT_PORTABILITY_CPPUNITDEQUE_H
// The technic used is similar to the wrapper of STLPort.
#include
#include
#
www.eeworm.com/read/230695/4719877
h cppunitvector.h
#ifndef CPPUNIT_PORTABILITY_CPPUNITVECTOR_H
#define CPPUNIT_PORTABILITY_CPPUNITVECTOR_H
// The technic used is similar to the wrapper of STLPort.
#include
#include
www.eeworm.com/read/230695/4719879
h cppunitstack.h
#ifndef CPPUNIT_PORTABILITY_CPPUNITSTACK_H
#define CPPUNIT_PORTABILITY_CPPUNITSTACK_H
// The technic used is similar to the wrapper of STLPort.
#include
#include
#in