代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/382359/2638167
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/230695/4719862
h testnamer.h
#ifndef CPPUNIT_EXTENSIONS_TESTNAMER_H
#define CPPUNIT_EXTENSIONS_TESTNAMER_H
#include
#include
#if CPPUNIT_HAVE_RTTI
# include
#endif
/*! \def CPPUNI
www.eeworm.com/read/230695/4719869
h orthodox.h
#ifndef CPPUNIT_EXTENSIONS_ORTHODOX_H
#define CPPUNIT_EXTENSIONS_ORTHODOX_H
#include
CPPUNIT_NS_BEGIN
/*
* Orthodox performs a simple set of tests on an arbitary
* class to
www.eeworm.com/read/339586/3296883
h exceptiontest.h
#ifndef EXCEPTIONTEST_H
#define EXCEPTIONTEST_H
#include
class ExceptionTest : public CPPUNIT_NS::TestFixture
{
CPPUNIT_TEST_SUITE( ExceptionTest );
CPPUNIT_
www.eeworm.com/read/339586/3297121
h testnamer.h
#ifndef CPPUNIT_EXTENSIONS_TESTNAMER_H
#define CPPUNIT_EXTENSIONS_TESTNAMER_H
#include
#include
#if CPPUNIT_HAVE_RTTI
# include
#endif
/*! \def CPPUNI
www.eeworm.com/read/339586/3297128
h orthodox.h
#ifndef CPPUNIT_EXTENSIONS_ORTHODOX_H
#define CPPUNIT_EXTENSIONS_ORTHODOX_H
#include
CPPUNIT_NS_BEGIN
/*
* Orthodox performs a simple set of tests on an arbitary
* class to
www.eeworm.com/read/339586/3297147
h testresultcollector.h
#ifndef CPPUNIT_TESTRESULTCOLLECTOR_H
#define CPPUNIT_TESTRESULTCOLLECTOR_H
#include
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( push )
#pragma warning( disable: 4251 4660 )
www.eeworm.com/read/339586/3297265
cpp testsuite.cpp
#include
#include
#include
CPPUNIT_NS_BEGIN
/// Default constructor
TestSuite::TestSuite( std::string name )
: TestC
www.eeworm.com/read/339586/3297267
h protectorcontext.h
#ifndef CPPUNIT_PROTECTORCONTEXT_H
#define CPPUNIT_PROTECTORCONTEXT_H
#include
#include
CPPUNIT_NS_BEGIN
class Test;
class TestResult;
/*! \brief Protector contex
www.eeworm.com/read/339586/3297269
cpp test.cpp
#include
#include
#include
#include
CPPUNIT_NS_BEGIN
Test *
Test::getChildTestAt( int index ) const
{
checkIsValidIndex(