代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/331534/3411550
all-wcprops
K 25
svn:wc:ra_dav:version-url
V 67
/svnroot/poco/!svn/ver/402/poco/branches/poco-1.3.2/CppUnit/include
END
www.eeworm.com/read/284616/4061613
cpp unittesting.cpp
// UnitTesting example
#include "stdafx.h"
#include "allocator.h"
#include "model.h"
//Unit test for loading a model file
class LoadModelTest : public CppUnit::TestFixture
{
public:
www.eeworm.com/read/282758/4087833
h exampletestcase.h
#ifndef CPP_UNIT_EXAMPLETESTCASE_H
#define CPP_UNIT_EXAMPLETESTCASE_H
#include
/*
* A test case that is designed to produce
* example errors and failures
*
www.eeworm.com/read/282758/4087911
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/portability
libcppunitinclude_HEADERS = \
CppUnitDeque.h \
CppUnitMap.h \
CppUnitSet.h \
CppUnitStack.h \
CppUnitVector.h \
Stream.h
www.eeworm.com/read/438288/1826208
h exampletestcase.h
#ifndef CPP_UNIT_EXAMPLETESTCASE_H
#define CPP_UNIT_EXAMPLETESTCASE_H
#include
/*
* A test case that is designed to produce
* example errors and failures
*
www.eeworm.com/read/438288/1826286
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/portability
libcppunitinclude_HEADERS = \
CppUnitDeque.h \
CppUnitMap.h \
CppUnitSet.h \
CppUnitStack.h \
CppUnitVector.h \
Stream.h
www.eeworm.com/read/124619/6043852
h multicastertest.h
#ifndef MULTICASTERTEST_H
#define MULTICASTERTEST_H
#include "Multicaster.h"
#ifndef CPPUNIT_TESTCASE_H
#include "TestCase.h"
#endif
class MulticasterTest : public TestCase
{
www.eeworm.com/read/339586/3296854
h money.h
// Money.h
#ifndef MONEY_H
#define MONEY_H
#include
#include
#include // or if portability is not an issue
class IncompatibleMoneyEr
www.eeworm.com/read/339586/3296914
h toolssuite.h
#ifndef CPPUNITTEST_TOOLSSUITE_H
#define CPPUNITTEST_TOOLSSUITE_H
#include
#include
inline std::string toolsSuiteName()
{
return "Tools";
}
#endif // CPPUNITTEST_
www.eeworm.com/read/339586/3297327
cpp testbrowserdlgimpl.cpp
#include
#include
#include
#include "TestBrowserDlgImpl.h"
#include "TestListViewItem.h"
/*
* Constructs a TestBrowser which is a child of 'parent',