代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/141268/5775219
h textoutputter.h
#ifndef CPPUNIT_TEXTOUTPUTTER_H
#define CPPUNIT_TEXTOUTPUTTER_H
#include
#include
#include
CPPUNIT_NS_BEGIN
class Exception;
cla
www.eeworm.com/read/140411/5792388
dsw hostapp.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/140411/5792397
dsw cppunittestapp.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/140411/5792439
h pluginmanager.h
#ifndef CPPUNIT_PLUGIN_PLUGINMANAGER_H
#define CPPUNIT_PLUGIN_PLUGINMANAGER_H
#include
#if !defined(CPPUNIT_NO_TESTPLUGIN)
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( push )
www.eeworm.com/read/140411/5792541
h mostrecenttests.h
// //////////////////////////////////////////////////////////////////////////
// Header file MostRecentTests.h for class MostRecentTests
// (c)Copyright 2000, Baptiste Lepilleur.
// Created: 2001/06/2
www.eeworm.com/read/133287/5906685
cpp uuidtest.cpp
//
// UUIDTest.cpp
//
// $Id: //poco/Main/Foundation/testsuite/src/UUIDTest.cpp#5 $
//
// Copyright (c) 2004, Guenter Obiltschnig/Applied Informatics.
// All rights reserved.
//
// Redistribut
www.eeworm.com/read/133287/5906968
h estring.h
//
// estring.h
//
// $Id: //poco/Main/CppUnit/include/CppUnit/estring.h#5 $
//
#ifndef CppUnit_estring_INCLUDED
#define CppUnit_estring_INCLUDED
#ifndef CppUnit_CppUnit_INCLUDED
#incl
www.eeworm.com/read/124619/6043857
h test.h
#ifndef CPPUNIT_TEST_H
#define CPPUNIT_TEST_H
#include
class TestResult;
/*
* A Test can be run and collect its results.
* See TestResult.
*
*/
class Test
{
publ
www.eeworm.com/read/124619/6043870
h guards.h
#ifndef CPPUNIT_GUARDS_H
#define CPPUNIT_GUARDS_H
// Prevent copy construction and assignment for a class
#define REFERENCEOBJECT(className) \
private: \
className (const cla
www.eeworm.com/read/124619/6043875
h texttestresult.h
#ifndef CPPUNIT_TEXTTESTRESULT_H
#define CPPUNIT_TEXTTESTRESULT_H
#include
#include "TestResult.h"
class TextTestResult : public TestResult
{
public:
virtual void