代码搜索:cppunit

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

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

cpp testassert.cpp

#if HAVE_CMATH # include #else # include #endif #include CPPUNIT_NS_BEGIN void assertDoubleEquals( double expected, double actual,
www.eeworm.com/read/339586/3297306

cpp testdecorator.cpp

#include CPPUNIT_NS_BEGIN TestDecorator::TestDecorator( Test *test ) : m_test( test) { } TestDecorator::~TestDecorator() { delete m_test; } int Test
www.eeworm.com/read/331534/3411636

svn-base activetest.cpp.svn-base

// // ActiveTest.cpp // // $Id: //poco/1.3/CppUnit/WinTestRunner/src/ActiveTest.cpp#1 $ // #include #include "ActiveTest.h" namespace CppUnit { // Spawn a thread to a te
www.eeworm.com/read/331534/3411647

cpp activetest.cpp

// // ActiveTest.cpp // // $Id: //poco/1.3/CppUnit/WinTestRunner/src/ActiveTest.cpp#1 $ // #include #include "ActiveTest.h" namespace CppUnit { // Spawn a thread to a te
www.eeworm.com/read/444529/1732277

cpp testassert.cpp

#if HAVE_CMATH # include #else # include #endif #include CPPUNIT_NS_BEGIN void assertDoubleEquals( double expected, double actual,
www.eeworm.com/read/444529/1732315

cpp testdecorator.cpp

#include CPPUNIT_NS_BEGIN TestDecorator::TestDecorator( Test *test ) : m_test( test) { } TestDecorator::~TestDecorator() { delete m_test; } int Test
www.eeworm.com/read/444529/1732316

cpp stringtools.cpp

#include #include CPPUNIT_NS_BEGIN std::string StringTools::toString( int value ) { OStringStream stream; stream
www.eeworm.com/read/411488/2187738

cpp queue_test.cpp

#include #include #include #include #include #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace st
www.eeworm.com/read/411488/2187870

cpp stack_test.cpp

#include #include #include #include #include #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace std
www.eeworm.com/read/411488/2187887

cpp rawriter_test.cpp

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