代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/392773/2491307
cpp codecvt_test.cpp
#include
#if !defined (STLPORT) || !defined (_STLP_USE_NO_IOSTREAMS)
# include
# include
# include
# include // for WEOF
# include "cppunit/cppu
www.eeworm.com/read/339586/3297015
todo
* Bugs:
Asserter::makeNotEqualMessage() strip the shortDescription of the additional message.
* CppUnit:
- STL concept checker.
- Memory leak tracking: setUp/tearDown should be leak safe if no fa
www.eeworm.com/read/141268/5775133
am makefile.am
SUBDIRS = extensions ui plugin config tools portability
DISTCLEANFILES = config-auto.h
libcppunitincludedir = $(includedir)/cppunit
libcppunitinclude_HEADERS = \
config-auto.h \
Additiona
www.eeworm.com/read/141268/5775201
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/extensions
libcppunitinclude_HEADERS = \
TestFactory.h \
AutoRegisterSuite.h \
HelperMacros.h \
Orthodox.h \
RepeatedTest.h \
ExceptionTestC
www.eeworm.com/read/140411/5792448
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/extensions
libcppunitinclude_HEADERS = \
TestFactory.h \
AutoRegisterSuite.h \
HelperMacros.h \
Orthodox.h \
RepeatedTest.h \
ExceptionTestCaseDecor
www.eeworm.com/read/123279/6061855
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/extensions
libcppunitinclude_HEADERS = \
TestFactory.h \
AutoRegisterSuite.h \
HelperMacros.h \
Orthodox.h \
RepeatedTest.h \
ExceptionTestCaseDecor
www.eeworm.com/read/230695/4719858
am makefile.am
libcppunitincludedir = $(includedir)/cppunit/extensions
libcppunitinclude_HEADERS = \
TestFactory.h \
AutoRegisterSuite.h \
HelperMacros.h \
Orthodox.h \
RepeatedTest.h \
ExceptionTestCaseDecor
www.eeworm.com/read/339586/3296886
h subclassedtestcase.h
#ifndef SUBCLASSEDTESTCASE_H
#define SUBCLASSEDTESTCASE_H
#include "BaseTestCase.h"
class SubclassedTestCase : public BaseTestCase
{
CPPUNIT_TEST_SUB_SUITE( SubclassedTestCase, BaseTestCase );
www.eeworm.com/read/339586/3296894
h xmluniformisertest.h
#ifndef XMLUNIFORMISERTEST_H
#define XMLUNIFORMISERTEST_H
#include
/*! \class XmlUniformiserTest
* \brief Unit test for XmlUniformiser.
*/
class XmlUniformiser
www.eeworm.com/read/339586/3296908
h unittesttoolsuite.h
#ifndef CPPUNITTEST_UNITTESTTOOLSUITE_H
#define CPPUNITTEST_UNITTESTTOOLSUITE_H
#include
#include
inline std::string unitTestToolSuiteName()
{
return "UnitTestTool