代码搜索:CppUnit

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

代码结果 2,238
www.eeworm.com/read/156734/11781868

html cppunit_2ui_2qt_2_test_runner_8h.html

CppUnit - The Unit Testing Library
www.eeworm.com/read/224932/14562210

cpp os.cpp

/** * Copyright (C) 2005-2007 Christoph Rupp (chris@crupp.de). * All rights reserved. See file LICENSE for licence and copyright * information. * * unit tests for endian.h * */ #include
www.eeworm.com/read/224932/14562252

cpp page.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/151249/5684599

h testfixture.h

#ifndef CPPUNIT_TESTFIXTURE_H // -*- C++ -*- #define CPPUNIT_TESTFIXTURE_H #include CPPUNIT_NS_BEGIN /*! \brief Wraps a test case with setUp and tearDown methods. * \in
www.eeworm.com/read/151249/5684614

h exceptiontestcasedecorator.h

#ifndef CPPUNIT_EXTENSIONS_EXCEPTIONTESTCASEDECORATOR_H #define CPPUNIT_EXTENSIONS_EXCEPTIONTESTCASEDECORATOR_H #include #include #include
www.eeworm.com/read/151249/5684621

h texttestprogresslistener.h

#ifndef CPPUNIT_TEXTTESTPROGRESSLISTENER_H #define CPPUNIT_TEXTTESTPROGRESSLISTENER_H #include CPPUNIT_NS_BEGIN /*! * \brief TestListener that show the status of each T
www.eeworm.com/read/151249/5684630

h brieftestprogresslistener.h

#ifndef CPPUNIT_BRIEFTESTPROGRESSLISTENER_H #define CPPUNIT_BRIEFTESTPROGRESSLISTENER_H #include CPPUNIT_NS_BEGIN /*! \brief TestListener that prints the name of each tes
www.eeworm.com/read/141268/5775122

am makefile.am

libcppunitincludedir = $(includedir)/cppunit/tools libcppunitinclude_HEADERS = \ Algorithm.h \ StringTools.h \ XmlElement.h \ XmlDocument.h
www.eeworm.com/read/141268/5775166

am makefile.am

libcppunitincludedir = $(includedir)/cppunit/ui/qt libcppunitinclude_HEADERS = \ TestRunner.h \ QtTestRunner.h \ Config.h
www.eeworm.com/read/141268/5775197

h testfixture.h

#ifndef CPPUNIT_TESTFIXTURE_H // -*- C++ -*- #define CPPUNIT_TESTFIXTURE_H #include CPPUNIT_NS_BEGIN /*! \brief Wraps a test case with setUp and tearDown methods