代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/449063/1682425
h outputter.h
#ifndef CPPUNIT_OUTPUTTER_H
#define CPPUNIT_OUTPUTTER_H
#include
namespace CppUnit
{
/*! \brief Abstract outputter to print test result summary.
* \ingroup WritingTestResu
www.eeworm.com/read/449063/1682431
h xmloutputter.h
#ifndef CPPUNIT_XMLTESTRESULTOUTPUTTER_H
#define CPPUNIT_XMLTESTRESULTOUTPUTTER_H
#include
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( push )
#pragma warning( disable: 4251 )
www.eeworm.com/read/449063/1682433
h testlistener.h
#ifndef CPPUNIT_TESTLISTENER_H // -*- C++ -*-
#define CPPUNIT_TESTLISTENER_H
#include
namespace CppUnit {
class Exception;
class Test;
class TestFailure;
/*! \brief Li
www.eeworm.com/read/449063/1682439
h testfailure.h
#ifndef CPPUNIT_TESTFAILURE_H // -*- C++ -*-
#define CPPUNIT_TESTFAILURE_H
#include
#include
namespace CppUnit {
class Exception;
class SourceLine;
class Test;
www.eeworm.com/read/449063/1682440
h testfixture.h
#ifndef CPPUNIT_TESTFIXTURE_H // -*- C++ -*-
#define CPPUNIT_TESTFIXTURE_H
#include
namespace CppUnit {
/*! \brief Wraps a test case with setUp and tearDown methods.
*
www.eeworm.com/read/449063/1682446
h testfactoryregistry.h
#ifndef CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H
#define CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H
#include
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( push )
#pragma warning(
www.eeworm.com/read/449063/1682452
h orthodox.h
#ifndef CPPUNIT_EXTENSIONS_ORTHODOX_H
#define CPPUNIT_EXTENSIONS_ORTHODOX_H
#include
namespace CppUnit {
/*
* Orthodox performs a simple set of tests on an arbitary
* class t
www.eeworm.com/read/449063/1682462
cpp testfactoryregistry.cpp
#include
#include
#include
#if CPPUNIT_USE_TYPEINFO_NAME
# include "cppunit/extensions/TypeInfoHelper.h"
#endif
namespace Cp
www.eeworm.com/read/444529/1732216
h xmloutputter.h
#ifndef CPPUNIT_XMLTESTRESULTOUTPUTTER_H
#define CPPUNIT_XMLTESTRESULTOUTPUTTER_H
#include
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( push )
#pragma warning( disable: 4251 )
www.eeworm.com/read/444529/1732232
h synchronizedobject.h
#ifndef CPPUNIT_SYNCHRONIZEDOBJECT_H
#define CPPUNIT_SYNCHRONIZEDOBJECT_H
#include
CPPUNIT_NS_BEGIN
/*! \brief Base class for synchronized object.
*
* Synchronized objec