代码搜索:CppUnit

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

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

h testfactoryregistry.h

#ifndef CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H #define CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H #include #if CPPUNIT_NEED_DLL_DECL #pragma warning( push ) #pragma warning(
www.eeworm.com/read/339586/3297284

cpp testfailure.cpp

#include #include #include CPPUNIT_NS_BEGIN /// Constructs a TestFailure with the given test and exception. TestFailure::TestFailure(
www.eeworm.com/read/331534/3411564

svn-base guards.h.svn-base

// // Guards.h // // $Id: //poco/1.3/CppUnit/include/CppUnit/Guards.h#1 $ // #ifndef CppUnit_Guards_INCLUDED #define CppUnit_Guards_INCLUDED // Prevent copy construction and assignment
www.eeworm.com/read/331534/3411584

h guards.h

// // Guards.h // // $Id: //poco/1.3/CppUnit/include/CppUnit/Guards.h#1 $ // #ifndef CppUnit_Guards_INCLUDED #define CppUnit_Guards_INCLUDED // Prevent copy construction and assignment
www.eeworm.com/read/331534/3411587

cpp texttestresult.cpp

// // TextTestResult.cpp // // $Id: //poco/1.3/CppUnit/src/TextTestResult.cpp#1 $ // #include "CppUnit/TextTestResult.h" #include "CppUnit/CppUnitException.h" #include "CppUnit/Test.h" #in
www.eeworm.com/read/331534/3411592

svn-base testfailure.cpp.svn-base

// // TestFailure.cpp // // $Id: //poco/1.3/CppUnit/src/TestFailure.cpp#1 $ // #include "CppUnit/TestFailure.h" #include "CppUnit/Test.h" namespace CppUnit { // Returns a short des
www.eeworm.com/read/331534/3411594

svn-base texttestresult.cpp.svn-base

// // TextTestResult.cpp // // $Id: //poco/1.3/CppUnit/src/TextTestResult.cpp#1 $ // #include "CppUnit/TextTestResult.h" #include "CppUnit/CppUnitException.h" #include "CppUnit/Test.h" #in
www.eeworm.com/read/331534/3411601

cpp testfailure.cpp

// // TestFailure.cpp // // $Id: //poco/1.3/CppUnit/src/TestFailure.cpp#1 $ // #include "CppUnit/TestFailure.h" #include "CppUnit/Test.h" namespace CppUnit { // Returns a short des
www.eeworm.com/read/282758/4087836

cpp exampletestcase.cpp

#include "ExampleTestCase.h" CPPUNIT_TEST_SUITE_REGISTRATION( ExampleTestCase ); void ExampleTestCase::example () { CPPUNIT_ASSERT_DOUBLES_EQUAL (1.0, 1.1, 0.05); CPPUNIT_ASSERT (1 == 0); CPPUNIT
www.eeworm.com/read/282758/4087899

h testfactoryregistry.h

#ifndef CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H #define CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H #include #if CPPUNIT_NEED_DLL_DECL #pragma warning( push ) #pragma warning(