代码搜索:cppunit

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

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

h xmluniformiser.h

#ifndef CPPUNITTEST_XMLUNIFORMISER_H #define CPPUNITTEST_XMLUNIFORMISER_H #include #include #include /*! Uniformise an XML string. * * Strip
www.eeworm.com/read/339586/3296918

h messagetest.h

#ifndef MESSAGETEST_H #define MESSAGETEST_H #include #include #include /// Unit tests for MessageTest class MessageTest : public
www.eeworm.com/read/339586/3296942

h exampletestcases.h

#ifndef CPP_UNIT_EXAMPLETESTCASES_H #define CPP_UNIT_EXAMPLETESTCASES_H #include #include /* * A test case that is designed to produce
www.eeworm.com/read/339586/3296984

h boardgametest.h

#ifndef __BOARDGAMETEST_H__ #define __BOARDGAMETEST_H__ #include #include template class BoardGameTest : public C
www.eeworm.com/read/339586/3297138

h stream.h

#ifndef CPPUNIT_PORTABILITY_STREAM_H_INCLUDED #define CPPUNIT_PORTABILITY_STREAM_H_INCLUDED // This module define: // Type CppUT::Stream (either std::stream or a custom type) // Type CppUT::OStringSt
www.eeworm.com/read/282758/4087912

h stream.h

#ifndef CPPUNIT_PORTABILITY_STREAM_H_INCLUDED #define CPPUNIT_PORTABILITY_STREAM_H_INCLUDED // This module define: // Type CppUT::Stream (either std::stream or a custom type) // Type CppUT::OStringSt
www.eeworm.com/read/438288/1826287

h stream.h

#ifndef CPPUNIT_PORTABILITY_STREAM_H_INCLUDED #define CPPUNIT_PORTABILITY_STREAM_H_INCLUDED // This module define: // Type CppUT::Stream (either std::stream or a custom type) // Type CppUT::OStringSt
www.eeworm.com/read/411488/2187712

cpp search_test.cpp

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

cpp mismatch_test.cpp

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

cpp unary_test.cpp

#include #include "unary.h" #include #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace std; #endif // // TestCase class