代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/103694/6213314
h notequalexception.h
#ifndef NOTEQUALEXCEPTION_H
#define NOTEQUALEXCEPTION_H
#include
namespace CppUnit {
/*! \brief Exception thrown by failed equality assertions.
* \ingroup BrowsingCollectedT
www.eeworm.com/read/339586/3296863
h xmloutputtertest.h
#ifndef CPPUNITEST_XMLTESTRESULTOUTPUTTERTEST_H
#define CPPUNITEST_XMLTESTRESULTOUTPUTTERTEST_H
#include
#include
#include
www.eeworm.com/read/339586/3296864
cpp testsuitetest.cpp
#include "CoreSuite.h"
#include "TestSuiteTest.h"
#include
#include "MockTestCase.h"
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( TestSuiteTest,
www.eeworm.com/read/339586/3296927
cpp testsetuptest.cpp
#include "ExtensionSuite.h"
#include "TestSetUpTest.h"
#include
#include "MockTestCase.h"
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( TestSetUpTest,
www.eeworm.com/read/339586/3297270
cpp testleaf.cpp
#include
CPPUNIT_NS_BEGIN
int
TestLeaf::countTestCases() const
{
return 1;
}
int
TestLeaf::getChildTestCount() const
{
return 0;
}
Test *
TestLeaf::doGetChildTestAt(
www.eeworm.com/read/339586/3297272
cpp testsetup.cpp
#include
CPPUNIT_NS_BEGIN
TestSetUp::TestSetUp( Test *test ) : TestDecorator( test )
{
}
void
TestSetUp::setUp()
{
}
void
TestSetUp::tearDown()
{
}
void
T
www.eeworm.com/read/331534/3411540
svn-base makefile.svn-base
#
# Makefile
#
# $Id: //poco/1.3/CppUnit/Makefile#1 $
#
# Makefile for Poco CppUnit
#
include $(POCO_BASE)/build/rules/global
objects = CppUnitException TestDecorator TestResult TestSuite \
TestCas
www.eeworm.com/read/331534/3411640
svn-base wintestrunner.cpp.svn-base
//
// WinTestRunner.cpp
//
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/WinTestRunner.cpp#1 $
//
#include "WinTestRunner/WinTestRunner.h"
#include "TestRunnerDlg.h"
namespace CppUnit {
www.eeworm.com/read/331534/3411645
cpp wintestrunner.cpp
//
// WinTestRunner.cpp
//
// $Id: //poco/1.3/CppUnit/WinTestRunner/src/WinTestRunner.cpp#1 $
//
#include "WinTestRunner/WinTestRunner.h"
#include "TestRunnerDlg.h"
namespace CppUnit {
www.eeworm.com/read/449063/1682435
h notequalexception.h
#ifndef NOTEQUALEXCEPTION_H
#define NOTEQUALEXCEPTION_H
#include
namespace CppUnit {
/*! \brief Exception thrown by failed equality assertions.
* \ingroup BrowsingCollectedT