代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/124465/6047427
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/123279/6061817
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/tools
libcppunitinclude_HEADERS = \
Algorithm.h \
StringTools.h \
XmlElement.h \
XmlDocument.h
www.eeworm.com/read/123279/6061839
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/ui/qt
libcppunitinclude_HEADERS = \
TestRunner.h \
QtTestRunner.h \
Config.h
www.eeworm.com/read/123279/6061867
h exceptiontestcasedecorator.h
#ifndef CPPUNIT_EXTENSIONS_EXCEPTIONTESTCASEDECORATOR_H
#define CPPUNIT_EXTENSIONS_EXCEPTIONTESTCASEDECORATOR_H
#include
#include
#include
www.eeworm.com/read/103694/6213305
h compileroutputter.h
#ifndef CPPUNIT_COMPILERTESTRESULTOUTPUTTER_H
#define CPPUNIT_COMPILERTESTRESULTOUTPUTTER_H
#include
#include
#include
#include
name
www.eeworm.com/read/103694/6213319
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/103694/6213336
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/171967/5390462
cpp wxtestrunner.cpp
/////////////////////////////////////////////////////////////////////////////
// Name: WxTestRunner.cpp
// Purpose: Implementation for class WxTestRunner
// Author: Baptiste Lepilleur
www.eeworm.com/read/171967/5390506
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/ui/qt
libcppunitinclude_HEADERS = \
TestRunner.h \
QtTestRunner.h \
Config.h
www.eeworm.com/read/224932/14562238
cpp hamsterdb.cpp
/**
* Copyright (C) 2005-2007 Christoph Rupp (chris@crupp.de).
* All rights reserved. See file LICENSE for licence and copyright
* information.
*
* unit tests for hamsterdb.h/hamsterdb.c
*
*/