代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/339586/3297070
h texttestrunner.h
#ifndef CPPUNIT_TEXTTESTRUNNER_H
#define CPPUNIT_TEXTTESTRUNNER_H
#include
#endif // CPPUNIT_TEXTTESTRUNNER_H
www.eeworm.com/read/339586/3297304
cpp dynamiclibrarymanager.cpp
#include
#if !defined(CPPUNIT_NO_TESTPLUGIN)
#include
CPPUNIT_NS_BEGIN
DynamicLibraryManager::DynamicLibr
www.eeworm.com/read/449063/1682457
h texttestprogresslistener.h
#ifndef CPPUNIT_TEXTTESTPROGRESSLISTENER_H
#define CPPUNIT_TEXTTESTPROGRESSLISTENER_H
#include
namespace CppUnit
{
/*!
* \brief TestListener that show the status of each
www.eeworm.com/read/444529/1732207
h texttestrunner.h
#ifndef CPPUNIT_TEXTTESTRUNNER_H
#define CPPUNIT_TEXTTESTRUNNER_H
#include
#endif // CPPUNIT_TEXTTESTRUNNER_H
www.eeworm.com/read/444529/1732313
cpp dynamiclibrarymanager.cpp
#include
#if !defined(CPPUNIT_NO_TESTPLUGIN)
#include
CPPUNIT_NS_BEGIN
DynamicLibraryManager::DynamicLibr
www.eeworm.com/read/382359/2638116
h texttestrunner.h
#ifndef CPPUNIT_TEXTTESTRUNNER_H
#define CPPUNIT_TEXTTESTRUNNER_H
#include
#endif // CPPUNIT_TEXTTESTRUNNER_H
www.eeworm.com/read/151249/5684559
h asserter.h
#ifndef CPPUNIT_ASSERTER_H
#define CPPUNIT_ASSERTER_H
#include
#include
#include
CPPUNIT_NS_BEGIN
class Message;
/*! \brief A set of
www.eeworm.com/read/133287/5906983
cpp testrunner.cpp
//
// TestRunner.cpp
//
// $Id: //poco/Main/CppUnit/src/TestRunner.cpp#5 $
//
#include "CppUnit/TestRunner.h"
#include "CppUnit/Test.h"
#include "CppUnit/TestSuite.h"
#include "CppUnit/Tex
www.eeworm.com/read/230695/4719819
h stringtools.h
#ifndef CPPUNIT_TOOLS_STRINGTOOLS_H
#define CPPUNIT_TOOLS_STRINGTOOLS_H
#include
#include
#include
CPPUNIT_NS_BEGIN
/*! \bri
www.eeworm.com/read/230695/4719866
h repeatedtest.h
#ifndef CPPUNIT_EXTENSIONS_REPEATEDTEST_H
#define CPPUNIT_EXTENSIONS_REPEATEDTEST_H
#include
#include
CPPUNIT_NS_BEGIN
class Test;
clas