代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/133287/5906707
cpp stringtest.cpp
//
// StringTest.cpp
//
// $Id: //poco/Main/Foundation/testsuite/src/StringTest.cpp#5 $
//
// Copyright (c) 2004, Guenter Obiltschnig/Applied Informatics.
// All rights reserved.
//
// Redistr
www.eeworm.com/read/133287/5906712
cpp md5enginetest.cpp
//
// MD5EngineTest.cpp
//
// $Id: //poco/Main/Foundation/testsuite/src/MD5EngineTest.cpp#5 $
//
// Copyright (c) 2004, Guenter Obiltschnig/Applied Informatics.
// All rights reserved.
//
// R
www.eeworm.com/read/133287/5906725
cpp sha1enginetest.cpp
//
// SHA1EngineTest.cpp
//
// $Id: //poco/Main/Foundation/testsuite/src/SHA1EngineTest.cpp#5 $
//
// Copyright (c) 2004, Guenter Obiltschnig/Applied Informatics.
// All rights reserved.
//
//
www.eeworm.com/read/133287/5906993
h guitestresult.h
//
// GUITestResult.h
//
// $Id: //poco/Main/CppUnit/WinTestRunner/src/GUITestResult.h#5 $
//
#ifndef GuiTestResult_INCLUDED
#define GuiTestResult_INCLUDED
#ifndef CppUnit_CppUnit_INCLU
www.eeworm.com/read/133287/5906994
h activetest.h
//
// ActiveTest.h
//
// $Id: //poco/Main/CppUnit/WinTestRunner/src/ActiveTest.h#5 $
//
#ifndef ActiveTest_INCLUDED
#define ActiveTest_INCLUDED
#ifndef CppUnit_CppUnit_INCLUDED
#includ
www.eeworm.com/read/133287/5906996
h progressbar.h
//
// ProgressBar.h
//
// $Id: //poco/Main/CppUnit/WinTestRunner/src/ProgressBar.h#5 $
//
#ifndef ProgressBar_INCLUDED
#define ProgressBar_INCLUDED
#ifndef CppUnit_CppUnit_INCLUDED
#in
www.eeworm.com/read/124465/6047397
h test.h
#ifndef CPPUNIT_TEST_H
#define CPPUNIT_TEST_H
#include
#include
namespace CppUnit {
class TestResult;
/*! \brief Base class for all test objects.
* \ingroup Brows
www.eeworm.com/read/124465/6047403
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/124465/6047422
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/124465/6047442
cpp synchronizedobject.cpp
#include
namespace CppUnit
{
SynchronizedObject::SynchronizedObject( SynchronizationObject *syncObject )
: m_syncObject( syncObject == 0 ? new SynchronizationO