代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/339586/3296917
cpp trackedtestcase.cpp
#include "TrackedTestCase.h"
Tracker *TrackedTestCase::ms_tracker = NULL;
TrackedTestCase::TrackedTestCase()
: CPPUNIT_NS::TestCase( "" )
{
if ( ms_tracker != NULL )
ms_tracker->onConstructor(
www.eeworm.com/read/339586/3297017
news
New in CppUnit 1.12.0:
----------------------
* Portability:
- autogen.sh can now be run on Mac OS X (patch #1449380
contributed by Sander Temme).
* MFC Test runner:
- fixed bug #1
www.eeworm.com/read/382359/2638184
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/portability
libcppunitinclude_HEADERS = \
CppUnitDeque.h \
CppUnitMap.h \
CppUnitSet.h \
CppUnitStack.h \
CppUnitVector.h \
FloatingPoint.
www.eeworm.com/read/230695/4719795
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/230695/4719873
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/339586/3296847
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/339586/3296873
h xmlelementtest.h
#ifndef CPPUNITEST_XMLELEMENTTEST_H
#define CPPUNITEST_XMLELEMENTTEST_H
#include
#include
/*! Unit tests for XmlElement.
*/
class XmlElementTest : p
www.eeworm.com/read/339586/3296913
h helpersuite.h
#ifndef CPPUNITTEST_HELPERSUITE_H
#define CPPUNITTEST_HELPERSUITE_H
#include
#include
inline std::string helperSuiteName()
{
return "Helpers";
}
#endif // CPPUNI
www.eeworm.com/read/339586/3296962
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/339586/3297137
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/portability
libcppunitinclude_HEADERS = \
CppUnitDeque.h \
CppUnitMap.h \
CppUnitSet.h \
CppUnitStack.h \
CppUnitVector.h \
Stream.h