代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/449063/1682467
cpp testassert.cpp
#if HAVE_CMATH
# include
#else
# include
#endif
#include
#include
namespace CppUnit {
#ifdef CPPUNIT_ENABLE_SOURCELINE_DE
www.eeworm.com/read/444529/1732203
h outputter.h
#ifndef CPPUNIT_OUTPUTTER_H
#define CPPUNIT_OUTPUTTER_H
#include
CPPUNIT_NS_BEGIN
/*! \brief Abstract outputter to print test result summary.
* \ingroup WritingTestResult
www.eeworm.com/read/444529/1732222
h testlistener.h
#ifndef CPPUNIT_TESTLISTENER_H // -*- C++ -*-
#define CPPUNIT_TESTLISTENER_H
#include
CPPUNIT_NS_BEGIN
class Exception;
class Test;
class TestFailure;
class TestResult;
www.eeworm.com/read/444529/1732233
h testfailure.h
#ifndef CPPUNIT_TESTFAILURE_H // -*- C++ -*-
#define CPPUNIT_TESTFAILURE_H
#include
#include
CPPUNIT_NS_BEGIN
class Exception;
class SourceLine;
class Test;
/
www.eeworm.com/read/444529/1732236
h testfixture.h
#ifndef CPPUNIT_TESTFIXTURE_H // -*- C++ -*-
#define CPPUNIT_TESTFIXTURE_H
#include
CPPUNIT_NS_BEGIN
/*! \brief Wraps a test case with setUp and tearDown methods.
* \in
www.eeworm.com/read/444529/1732237
h testcomposite.h
#ifndef CPPUNIT_TESTCOMPSITE_H // -*- C++ -*-
#define CPPUNIT_TESTCOMPSITE_H
#include
#include
CPPUNIT_NS_BEGIN
/*! \brief A Composite of Tests.
*
* Base class for a
www.eeworm.com/read/444529/1732239
h testsetup.h
#ifndef CPPUNIT_EXTENSIONS_TESTSETUP_H
#define CPPUNIT_EXTENSIONS_TESTSETUP_H
#include
CPPUNIT_NS_BEGIN
class Test;
class TestResult;
/*! \brief Decorates a t
www.eeworm.com/read/444529/1732270
cpp testfactoryregistry.cpp
#include
#include
#include
#include
CPPUNIT_NS_BEGIN
/*! \brief (INTERNAL) List of all
www.eeworm.com/read/444529/1732284
cpp beosdynamiclibrarymanager.cpp
#include
#if defined(CPPUNIT_HAVE_BEOS_DLL_LOADER)
#include
#include
CPPUNIT_NS_BEGIN
DynamicLibraryManager::Lib
www.eeworm.com/read/438288/1826270
h testsetup.h
#ifndef CPPUNIT_EXTENSIONS_TESTSETUP_H
#define CPPUNIT_EXTENSIONS_TESTSETUP_H
#include
CPPUNIT_NS_BEGIN
class Test;
class TestResult;
/*! \brief Decorates a t