代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/392773/2491282
cpp _template.cpp
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
//
class Test : pu
www.eeworm.com/read/392773/2491295
cpp uninitialized_test.cpp
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
//
cl
www.eeworm.com/read/392773/2491306
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/392773/2491449
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/392773/2491467
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:
www.eeworm.com/read/392773/2491469
cpp pair_test.cpp
#include
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
cl
www.eeworm.com/read/255500/4375018
h wintestrunner.h
//
// WinTestRunner.h
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/include/WinTestRunner/WinTestRunner.h#1 $
//
// Application shell for CppUnit's TestRunner dialog.
//
#ifndef WinTestRunner_H_INCLUD
www.eeworm.com/read/255500/4375030
cpp guitestresult.cpp
//
// GUITestResult.cpp
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/GUITestResult.cpp#1 $
//
#include "TestRunnerDlg.h"
#include "GUITestResult.h"
namespace CppUnit {
void GUITestResult::add
www.eeworm.com/read/230695/4719874
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/339586/3296870
cpp mocktestcase.cpp
#include "FailureException.h"
#include "MockTestCase.h"
#include
MockTestCase::MockTestCase( std::string name )
: CPPUNIT_NS::TestCase( name )
, m_hasSetUpExpectation( f