代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/392773/2491458
cpp type_traits_test.cpp
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
#if defined (_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
//
class TypeTraitsTe
www.eeworm.com/read/392773/2491460
cpp map_test.cpp
//Has to be first for StackAllocator swap overload to be taken
//into account (at least using GCC 4.0.1)
#include "stack_allocator.h"
#include
#include
#include "cppunit/cppunit_pr
www.eeworm.com/read/392773/2491464
cpp includes_test.cpp
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
www.eeworm.com/read/382359/2638121
h selectdllloader.h
#ifndef CPPUNIT_CONFIG_SELECTDLLLOADER_H
#define CPPUNIT_CONFIG_SELECTDLLLOADER_H
/*! \file
* Selects DynamicLibraryManager implementation.
*
* Don't include this file directly. Include Portabilit
www.eeworm.com/read/255500/4375022
cpp wintestrunner.cpp
//
// WinTestRunner.cpp
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/WinTestRunner.cpp#1 $
//
#include "WinTestRunner/WinTestRunner.h"
#include "TestRunnerDlg.h"
namespace CppUnit {
WinTestRu
www.eeworm.com/read/255500/4375027
cpp progressbar.cpp
//
// ProgressBar.cpp
//
// $Id: //poco/1.2/CppUnit/WinTestRunner/src/ProgressBar.cpp#1 $
//
#include "ProgressBar.h"
namespace CppUnit {
// Paint the progress bar in response to a paint message
www.eeworm.com/read/133287/5907003
cpp guitestresult.cpp
//
// GUITestResult.cpp
//
// $Id: //poco/Main/CppUnit/WinTestRunner/src/GUITestResult.cpp#5 $
//
#include "TestRunnerDlg.h"
#include "GUITestResult.h"
CppUnit_BEGIN
void GUITestRe
www.eeworm.com/read/339586/3296871
h stringtoolstest.h
#ifndef STRINGTOOLSTEST_H
#define STRINGTOOLSTEST_H
#include
#include
/// Unit tests for StringToolsTest
class StringToolsTest : pu
www.eeworm.com/read/339586/3296905
cpp mocktestlistener.cpp
#include
#include
#include "MockTestListener.h"
MockTestListener::MockTestListener( std::string name )
: m_name( name )
, m_hasExpectationForSt
www.eeworm.com/read/339586/3296934
h testdecoratortest.h
#ifndef TESTDECORATORTEST_H
#define TESTDECORATORTEST_H
#include
#include
#include "MockTestCase.h"
class TestDecoratorTest