代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/230695/4719827
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/339586/3296872
h mocktestlistener.h
#ifndef MOCKTESTLISTENER_H
#define MOCKTESTLISTENER_H
#include
#include
class MockTestListener : public CPPUNIT_NS::TestListener
{
public:
MockTestListener( std:
www.eeworm.com/read/339586/3296881
h testresultcollectortest.h
#ifndef TESTCOLLECTORRESULTTEST_H
#define TESTCOLLECTORRESULTTEST_H
#include
#include
#include "SynchronizedTestResult.h"
class TestResul
www.eeworm.com/read/339586/3296882
cpp testcallertest.cpp
#include "FailureException.h"
#include "HelperSuite.h"
#include "TestCallerTest.h"
#include
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( TestCallerTest,
www.eeworm.com/read/339586/3296924
h outputsuite.h
#ifndef CPPUNITTEST_OUTPUTSUITE_H
#define CPPUNITTEST_OUTPUTSUITE_H
#include
#include
inline std::string outputSuiteName()
{
return "Output";
}
#endif // CPPUNIT
www.eeworm.com/read/339586/3296996
cpp dumperplugin.cpp
#include
#include
#include "DumperListener.h"
class DumperPlugIn : public CppUnitTestPlugIn
{
public:
DumperPlugIn()
: m_dumper( NULL )
www.eeworm.com/read/339586/3297075
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/339586/3297292
cpp message.cpp
#include
#include
CPPUNIT_NS_BEGIN
Message::Message()
{
}
Message::Message( const Message &other )
{
*this = other;
}
Message::Message( const std::string &sho
www.eeworm.com/read/331534/3411632
svn-base guitestresult.cpp.svn-base
//
// GUITestResult.cpp
//
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/GUITestResult.cpp#2 $
//
#include "TestRunnerDlg.h"
#include "GUITestResult.h"
namespace CppUnit {
void GUIT
www.eeworm.com/read/331534/3411653
cpp guitestresult.cpp
//
// GUITestResult.cpp
//
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/GUITestResult.cpp#2 $
//
#include "TestRunnerDlg.h"
#include "GUITestResult.h"
namespace CppUnit {
void GUIT