代码搜索:cppunit

找到约 2,238 项符合「cppunit」的源代码

代码结果 2,238
www.eeworm.com/read/444529/1732195

h sourceline.h

#ifndef CPPUNIT_SOURCELINE_H #define CPPUNIT_SOURCELINE_H #include #include /*! \brief Constructs a SourceLine object initialized with the location where the macro i
www.eeworm.com/read/444529/1732260

h cppunitset.h

#ifndef CPPUNIT_PORTABILITY_CPPUNITSET_H #define CPPUNIT_PORTABILITY_CPPUNITSET_H // The technic used is similar to the wrapper of STLPort. #include #include #i
www.eeworm.com/read/444529/1732262

h cppunitmap.h

#ifndef CPPUNIT_PORTABILITY_CPPUNITMAP_H #define CPPUNIT_PORTABILITY_CPPUNITMAP_H // The technic used is similar to the wrapper of STLPort. #include #include #i
www.eeworm.com/read/444529/1732291

cpp exception.cpp

#include CPPUNIT_NS_BEGIN #ifdef CPPUNIT_ENABLE_SOURCELINE_DEPRECATED /*! * \deprecated Use SourceLine::isValid() instead. */ const std::string Exception::UNKNOWNFILENAME =
www.eeworm.com/read/444529/1732294

cpp repeatedtest.cpp

#include #include CPPUNIT_NS_BEGIN // Counts the number of test cases that will be run by this test. int RepeatedTest::countTestCases() co
www.eeworm.com/read/444529/1732299

cpp testcomposite.cpp

#include #include CPPUNIT_NS_BEGIN TestComposite::TestComposite( const std::string &name ) : m_name( name ) { } TestComposite::~TestComposite
www.eeworm.com/read/444529/1732301

cpp xmldocument.cpp

#include #include CPPUNIT_NS_BEGIN XmlDocument::XmlDocument( const std::string &encoding, const std::string &st
www.eeworm.com/read/438288/1826289

h cppunitset.h

#ifndef CPPUNIT_PORTABILITY_CPPUNITSET_H #define CPPUNIT_PORTABILITY_CPPUNITSET_H // The technic used is similar to the wrapper of STLPort. #include #include #i
www.eeworm.com/read/438288/1826291

h cppunitmap.h

#ifndef CPPUNIT_PORTABILITY_CPPUNITMAP_H #define CPPUNIT_PORTABILITY_CPPUNITMAP_H // The technic used is similar to the wrapper of STLPort. #include #include #i
www.eeworm.com/read/392773/2491273

cpp bvector_test.cpp

#include #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined (_STLP_USE_NAMESPACES) using namespace std; #endif // // TestCase class // class BvectorTest : public CPPUNIT_