代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/141268/5775169
h testrunner.h
// //////////////////////////////////////////////////////////////////////////
// Header file TestRunner.h for class TestRunner
// (c)Copyright 2000, Baptiste Lepilleur.
// Created: 2001/09/19
// /
www.eeworm.com/read/141268/5775204
h testfactoryregistry.h
#ifndef CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H
#define CPPUNIT_EXTENSIONS_TESTFACTORYREGISTRY_H
#include
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( push )
#pragma wa
www.eeworm.com/read/140411/5792425
h mfctestrunner.h
#ifndef CPPUNITUI_MFC_MFCTESTRUNNER_H
#define CPPUNITUI_MFC_MFCTESTRUNNER_H
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include
#include
www.eeworm.com/read/140411/5792435
h testrunner.h
// //////////////////////////////////////////////////////////////////////////
// Header file TestRunner.h for class TestRunner
// (c)Copyright 2000, Baptiste Lepilleur.
// Created: 2001/09/19
// /////
www.eeworm.com/read/140411/5792451
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/140411/5792557
cpp testrunnermodel.cpp
// //////////////////////////////////////////////////////////////////////////
// Implementation file TestRunnerModel.cpp for class TestRunnerModel
// (c)Copyright 2000, Baptiste Lepilleur.
// Created:
www.eeworm.com/read/133287/5906965
h testcase.h
//
// TestCase.h
//
// $Id: //poco/Main/CppUnit/include/CppUnit/TestCase.h#5 $
//
#ifndef CppUnit_TestCase_INCLUDED
#define CppUnit_TestCase_INCLUDED
#ifndef CppUnit_CppUnit_INCLUDED
#
www.eeworm.com/read/124465/6047404
h testassert.h
#ifndef CPPUNIT_TESTASSERT_H
#define CPPUNIT_TESTASSERT_H
#include
#include
#include
namespace CppUnit {
/*! \brief Traits used
www.eeworm.com/read/124465/6047413
h typeinfohelper.h
#ifndef CPPUNIT_TYPEINFOHELPER_H
#define CPPUNIT_TYPEINFOHELPER_H
#include
#if CPPUNIT_USE_TYPEINFO_NAME
#include
namespace CppUnit {
/** Helper to use type_
www.eeworm.com/read/124465/6047414
h testsetup.h
#ifndef CPPUNIT_EXTENSIONS_TESTSETUP_H
#define CPPUNIT_EXTENSIONS_TESTSETUP_H
#include
namespace CppUnit {
class Test;
class TestResult;
class CPPUNIT_API Tes