代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/444529/1732259
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/444529/1732261
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/444529/1732263
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
www.eeworm.com/read/444529/1732276
cpp testsuite.cpp
#include
#include
CPPUNIT_NS_BEGIN
/// Default constructor
TestSuite::TestSuite( std::string name )
: TestComposite( name )
{
}
/// Destructor
Tes
www.eeworm.com/read/444529/1732298
cpp xmlelement.cpp
#include
#include
#include
CPPUNIT_NS_BEGIN
XmlElement::XmlElement( std::string elementName,
std::s
www.eeworm.com/read/438288/1826288
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/438288/1826290
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/438288/1826292
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
www.eeworm.com/read/411488/2187838
cpp unique_test.cpp
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
//
class UniqueTest : public CPPUNIT
www.eeworm.com/read/392773/2491415
cpp unique_test.cpp
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
//
class UniqueTest : public CPPUNIT