代码搜索:cppunit

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

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

cpp moneytest.cpp

// MoneyTest.cpp #include "StdAfx.h" #include #include "Money.h" #include "MoneyTest.h" // Registers the fixture into the 'registry' CPPUNIT_TEST_SUITE_REGISTRATION(
www.eeworm.com/read/339586/3296922

h mocktestcase.h

#ifndef MOCKTESTCASE_H #define MOCKTESTCASE_H #include /*! \class MockTestCase * \brief This class represents a mock test case. */ class MockTestCase : public CPPUNIT_NS::Tes
www.eeworm.com/read/339586/3297276

cpp sourceline.cpp

#include CPPUNIT_NS_BEGIN SourceLine::SourceLine() : m_lineNumber( -1 ) { } SourceLine::SourceLine( const SourceLine &other ) : m_fileName( other.m_fileName.c_str()
www.eeworm.com/read/279583/4135925

cpp mdll_test.cpp

#include "mdll_test.h" #include "../ENV_test.h" #include "MCRT/mdll.h" // register the fixture into registry CPPUNIT_TEST_SUITE_REGISTRATION( MDllTest );//register test class in cppunit v
www.eeworm.com/read/449063/1682432

h testrunner.h

#ifndef CPPUNITUI_TEXT_TESTRUNNER_H #define CPPUNITUI_TEXT_TESTRUNNER_H #include #include #include namespace CppUnit { class Outputter; class Test; class T
www.eeworm.com/read/411488/2187757

cpp generator_test.cpp

#include #include #include "fadapter.h" #include "fib.h" #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace std; #endif
www.eeworm.com/read/392773/2491327

cpp generator_test.cpp

#include #include #include "fadapter.h" #include "fib.h" #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace std; #endif
www.eeworm.com/read/124619/6043859

h estring.h

#ifndef CPPUNIT_ESTRING_H #define CPPUNIT_ESTRING_H #include // Create a string from a const char pointer inline std::string estring (const char *cstring) { return std::string
www.eeworm.com/read/339586/3296893

cpp cppunittestsuite.cpp

#include #include #include "CoreSuite.h" #include "HelperSuite.h" #include "ExtensionSuite.h" #include "OutputSuite.h" #include "Too
www.eeworm.com/read/339586/3296928

h mockfunctor.h

#ifndef MOCKFUNCTOR_H #define MOCKFUNCTOR_H #include #include #include "FailureException.h" #include "MockProtector.h" class MockFunctor : public CPPUNI