代码搜索:CppUnit

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

代码结果 2,238
www.eeworm.com/read/382359/2638175

h orthodox.h

#ifndef CPPUNIT_EXTENSIONS_ORTHODOX_H #define CPPUNIT_EXTENSIONS_ORTHODOX_H #include CPPUNIT_NS_BEGIN /* * Orthodox performs a simple set of tests on an arbitary * class to
www.eeworm.com/read/382359/2638195

h testresultcollector.h

#ifndef CPPUNIT_TESTRESULTCOLLECTOR_H #define CPPUNIT_TESTRESULTCOLLECTOR_H #include #if CPPUNIT_NEED_DLL_DECL #pragma warning( push ) #pragma warning( disable: 4251 4660 )
www.eeworm.com/read/255500/4375004

h guards.h

// // Guards.h // // $Id: //poco/1.2/CppUnit/include/CppUnit/Guards.h#1 $ // #ifndef CppUnit_Guards_INCLUDED #define CppUnit_Guards_INCLUDED // Prevent copy construction and assignment for a class
www.eeworm.com/read/255500/4375010

cpp testfailure.cpp

// // TestFailure.cpp // // $Id: //poco/1.2/CppUnit/src/TestFailure.cpp#1 $ // #include "CppUnit/TestFailure.h" #include "CppUnit/Test.h" namespace CppUnit { // Returns a short description of th
www.eeworm.com/read/339586/3297286

cpp testresultcollector.cpp

#include #include CPPUNIT_NS_BEGIN TestResultCollector::TestResultCollector( SynchronizationObject *syncObject ) : TestSuccessListener(
www.eeworm.com/read/444529/1732292

cpp texttestprogresslistener.cpp

#include #include #include CPPUNIT_NS_BEGIN TextTestProgressListener::TextTestProgressListener() { } TextTestProgressListe
www.eeworm.com/read/444529/1732297

cpp testresultcollector.cpp

#include #include CPPUNIT_NS_BEGIN TestResultCollector::TestResultCollector( SynchronizationObject *syncObject ) : TestSuccessListener(
www.eeworm.com/read/124465/6047437

cpp testassert.cpp

#if HAVE_CMATH # include #else # include #endif #include #include namespace CppUnit { #ifdef CPPUNIT_ENABLE_SOURCELINE_DE
www.eeworm.com/read/103694/6213346

cpp testassert.cpp

#if HAVE_CMATH # include #else # include #endif #include #include namespace CppUnit { #ifdef CPPUNIT_ENABLE_SOURCELINE_DE
www.eeworm.com/read/230695/4719857

h testsetup.h

#ifndef CPPUNIT_EXTENSIONS_TESTSETUP_H #define CPPUNIT_EXTENSIONS_TESTSETUP_H #include CPPUNIT_NS_BEGIN class Test; class TestResult; /*! \brief Decorates a t