代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/141268/5775213
h exceptiontestcasedecorator.h
#ifndef CPPUNIT_EXTENSIONS_EXCEPTIONTESTCASEDECORATOR_H
#define CPPUNIT_EXTENSIONS_EXCEPTIONTESTCASEDECORATOR_H
#include
#include
#include
www.eeworm.com/read/141268/5775223
h texttestprogresslistener.h
#ifndef CPPUNIT_TEXTTESTPROGRESSLISTENER_H
#define CPPUNIT_TEXTTESTPROGRESSLISTENER_H
#include
CPPUNIT_NS_BEGIN
/*!
* \brief TestListener that show the status
www.eeworm.com/read/141268/5775237
h brieftestprogresslistener.h
#ifndef CPPUNIT_BRIEFTESTPROGRESSLISTENER_H
#define CPPUNIT_BRIEFTESTPROGRESSLISTENER_H
#include
CPPUNIT_NS_BEGIN
/*! \brief TestListener that prints the name of
www.eeworm.com/read/140411/5792410
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/tools
libcppunitinclude_HEADERS = \
Algorithm.h \
StringTools.h \
XmlElement.h \
XmlDocument.h
www.eeworm.com/read/140411/5792432
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/ui/qt
libcppunitinclude_HEADERS = \
TestRunner.h \
QtTestRunner.h \
Config.h
www.eeworm.com/read/140411/5792460
h exceptiontestcasedecorator.h
#ifndef CPPUNIT_EXTENSIONS_EXCEPTIONTESTCASEDECORATOR_H
#define CPPUNIT_EXTENSIONS_EXCEPTIONTESTCASEDECORATOR_H
#include
#include
#include
www.eeworm.com/read/133287/5906184
cpp namepooltest.cpp
//
// NamePoolTest.cpp
//
// $Id: //poco/Main/XML/testsuite/src/NamePoolTest.cpp#5 $
//
// Copyright (c) 2004-2005, Guenter Obiltschnig/Applied Informatics.
// All rights reserved.
//
// Redis
www.eeworm.com/read/133287/5906747
cpp textiteratortest.cpp
//
// TextIteratorTest.cpp
//
// $Id: //poco/Main/Foundation/testsuite/src/TextIteratorTest.cpp#5 $
//
// Copyright (c) 2004, Guenter Obiltschnig/Applied Informatics.
// All rights reserved.
//
www.eeworm.com/read/124465/6047396
h compileroutputter.h
#ifndef CPPUNIT_COMPILERTESTRESULTOUTPUTTER_H
#define CPPUNIT_COMPILERTESTRESULTOUTPUTTER_H
#include
#include
#include
#include
name
www.eeworm.com/read/124465/6047410
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.
*