代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/103694/6213295
dox other_documentation.dox
/**
\mainpage
\section _history History
The first port of JUnit to C++ was done
by Michael Feathers. His versions
can be found on the
XPro
www.eeworm.com/read/103694/6213298
dox cookbook.dox
/*! \page cppunit_cookbook CppUnit Cookbook
Here is a short cookbook to help you get started.
\section simple_test_case Simple Test Case
You want to know whether your code is working.
How do you d
www.eeworm.com/read/224932/14562069
txt readme.txt
hamsterdb Win32 build environment Thu May 17 14:13:01 UTC 2007
(C) Christoph Rupp, chris@crupp.de; http://www.hamsterdb.com
The Win32 build environment is a Solution file for Microsoft
www.eeworm.com/read/224932/14562242
cpp keys.cpp
/**
* Copyright (C) 2005-2007 Christoph Rupp (chris@crupp.de).
* All rights reserved. See file LICENSE for licence and copyright
* information.
*
* unit tests for cache.h/cache.c
*
*/
#include
www.eeworm.com/read/224932/14562249
cpp mem.cpp
/**
* Copyright (C) 2005-2007 Christoph Rupp (chris@crupp.de).
* All rights reserved. See file LICENSE for licence and copyright
* information.
*
* unit tests for mem.h/mem.c
*
*/
#include
www.eeworm.com/read/218565/14915392
h dllobjectmangertest.h
#ifndef _HBSTOCK_DLL_OBJECT_MANGER_H_
#define _HBSTOCK_DLL_OBJECT_MANGER_H_
// A TestFixture subclass.
#include "cppunit/extensions/HelperMacros.h"
class DllObjectMangerTest : public CppUnit::TestF
www.eeworm.com/read/339324/12243121
cpp ftcontour-test.cpp
#include
#include
#include
#include
#include "FTContour.h"
// FT_Curve_Tag_On 1
// FT_
www.eeworm.com/read/218565/14915409
h technic_test.h
#ifndef _HBSTOCK_TECHNIC_TEST_H_
#define _HBSTOCK_TECHNIC_TEST_H_
// A TestFixture subclass.
#include "cppunit/extensions/HelperMacros.h"
#include "hbstock2/stock_technic.h"
class TechnicTest : pub
www.eeworm.com/read/103309/9359315
txt installing-doc.txt
To install/uninstall a documentation:
run MSDNIntegrator with the INI file on the command line:
MSDNIntegrator.exe MSDN-CppUnit.INI
A dialog will open, all fields should be initialized.
P
www.eeworm.com/read/151249/5684628
h testrunner.h
#ifndef CPPUNIT_TESTRUNNER_H
#define CPPUNIT_TESTRUNNER_H
#include
#include
CPPUNIT_NS_BEGIN
class Test;
class TestResult;
/*! \brief Generic test runner.
* \ingr