代码搜索:cppunit

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

代码结果 2,238
www.eeworm.com/read/279583/4135916

h md5_test.h

#ifndef MCONNECTOR_TEST_H #define MCONNECTOR_TEST_H #include class MD5Test: public CppUnit::TestFixture { CPPUNIT_TEST_SUITE( MD5Test ); CPPUNIT
www.eeworm.com/read/444529/1732201

h message.h

#ifndef CPPUNIT_MESSAGE_H #define CPPUNIT_MESSAGE_H #include #if CPPUNIT_NEED_DLL_DECL #pragma warning( push ) #pragma warning( disable: 4251 ) // X needs to have dll-interf
www.eeworm.com/read/444529/1732202

h testleaf.h

#ifndef CPPUNIT_TESTLEAF_H #define CPPUNIT_TESTLEAF_H #include CPPUNIT_NS_BEGIN /*! \brief A single test object. * * Base class for single test case: a test that doesn't have a
www.eeworm.com/read/444529/1732224

h testpath.h

#ifndef CPPUNIT_TESTPATH_H #define CPPUNIT_TESTPATH_H #include #if CPPUNIT_NEED_DLL_DECL #pragma warning( push ) #pragma warning( disable: 4251 ) // X needs to have dll-inte
www.eeworm.com/read/382359/2638109

h message.h

#ifndef CPPUNIT_MESSAGE_H #define CPPUNIT_MESSAGE_H #include #if CPPUNIT_NEED_DLL_DECL #pragma warning( push ) #pragma warning( disable: 4251 ) // X needs to have dll-interf
www.eeworm.com/read/382359/2638110

h testleaf.h

#ifndef CPPUNIT_TESTLEAF_H #define CPPUNIT_TESTLEAF_H #include CPPUNIT_NS_BEGIN /*! \brief A single test object. * * Base class for single test case: a test that doesn't have a
www.eeworm.com/read/382359/2638146

h testpath.h

#ifndef CPPUNIT_TESTPATH_H #define CPPUNIT_TESTPATH_H #include #if CPPUNIT_NEED_DLL_DECL #pragma warning( push ) #pragma warning( disable: 4251 ) // X needs to have dll-inte
www.eeworm.com/read/124465/6047445

cpp asserter.cpp

#include #include namespace CppUnit { namespace Asserter { void fail( std::string message, SourceLine sourceLine ) { throw Exception(
www.eeworm.com/read/124465/6047448

cpp repeatedtest.cpp

#include #include namespace CppUnit { // Counts the number of test cases that will be run by this test. int RepeatedTest::countTestCases(
www.eeworm.com/read/103694/6213354

cpp asserter.cpp

#include #include namespace CppUnit { namespace Asserter { void fail( std::string message, SourceLine sourceLine ) { throw Exception(