代码搜索:CppUnit

找到约 2,238 项符合「CppUnit」的源代码

代码结果 2,238
www.eeworm.com/read/103694/6213326

h testsuitefactory.h

#ifndef CPPUNIT_EXTENSIONS_TESTSUITEFACTORY_H #define CPPUNIT_EXTENSIONS_TESTSUITEFACTORY_H #include namespace CppUnit { class Test; /*! \brief TestFactory f
www.eeworm.com/read/483607/6599479

cpp misc_test.cpp

/***************************************************************************/ /*! * \file misc_test.cpp * * \brief unit tests for random and denormal functions * * \author Georg Holzmann, g
www.eeworm.com/read/257106/11949950

cpp hash_table.cpp

#include "hash_table.h" #ifdef UNITTEST CPPUNIT_TEST_SUITE_REGISTRATION(HashTableTest); void HashTableTest::setUp() { printf("\n begin to test HashTable class\n"); } void HashTableTest
www.eeworm.com/read/159023/5588998

cpp cyclicbuffertestcase.cpp

/* * Copyright 2003,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *
www.eeworm.com/read/141268/5774246

h regfile_adaptor_test.h

///================================================== /** * @file Regfile_Adaptor_Test.h * @brief * @author Chenfeng Zhou * * Created :
www.eeworm.com/read/103309/9359316

bat makedocdist.bat

echo Windows NT/2000 only script... SET CPPUNIT_DIR=G:\prg\vc\Lib\cppunit SET CPPUNIT_VER=1_9_4 SET DIST_NAME=CppUnitMsdnDoc-%CPPUNIT_VER% SET HELPWORKSHOP=D:\wut\prg\HTML-Help-Workshop\hhw.exe
www.eeworm.com/read/151249/5684593

h testplugin.h

#ifndef CPPUNIT_PLUGIN_TESTPLUGIN #define CPPUNIT_PLUGIN_TESTPLUGIN #include #if !defined(CPPUNIT_NO_TESTPLUGIN) #include CPPUNIT_NS_BEG
www.eeworm.com/read/151249/5684606

h testnamer.h

#ifndef CPPUNIT_EXTENSIONS_TESTNAMER_H #define CPPUNIT_EXTENSIONS_TESTNAMER_H #include #include #if CPPUNIT_HAVE_RTTI # include #endif /*! \def CPPUNI
www.eeworm.com/read/151249/5684610

h repeatedtest.h

#ifndef CPPUNIT_EXTENSIONS_REPEATEDTEST_H #define CPPUNIT_EXTENSIONS_REPEATEDTEST_H #include #include CPPUNIT_NS_BEGIN class Test; clas
www.eeworm.com/read/141268/5775179

h testassert.h

#ifndef CPPUNIT_TESTASSERT_H #define CPPUNIT_TESTASSERT_H #include #include #include CPPUNIT_NS_BEGIN /*! \brief Trai