代码搜索:cppunit

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

代码结果 2,238
www.eeworm.com/read/339586/3296866

cpp testfailuretest.cpp

#include "CoreSuite.h" #include "TestFailureTest.h" #include #include CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( TestFailureTest,
www.eeworm.com/read/339586/3297139

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/339586/3297141

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/339586/3297143

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/339586/3297287

cpp xmlelement.cpp

#include #include #include CPPUNIT_NS_BEGIN XmlElement::XmlElement( std::string elementName, std::s
www.eeworm.com/read/339586/3297289

cpp defaultprotector.cpp

#include #include #include "DefaultProtector.h" CPPUNIT_NS_BEGIN bool DefaultProtector::protect( const Functor &functor,
www.eeworm.com/read/282758/4087913

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/282758/4087915

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/282758/4087917

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/449063/1682466

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