代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/444529/1732287
cpp sourceline.cpp
#include
CPPUNIT_NS_BEGIN
SourceLine::SourceLine() :
m_lineNumber( -1 )
{
}
SourceLine::SourceLine( const std::string &fileName,
int lineNumber
www.eeworm.com/read/444529/1732288
cpp additionalmessage.cpp
#include
CPPUNIT_NS_BEGIN
AdditionalMessage::AdditionalMessage()
{
}
AdditionalMessage::AdditionalMessage( const std::string &detail1 )
{
if ( !detail1.empty() )
www.eeworm.com/read/444529/1732303
cpp message.cpp
#include
#include
CPPUNIT_NS_BEGIN
Message::Message()
{
}
Message::Message( const std::string &shortDescription )
: m_shortDescription( shortDescription )
{
}
www.eeworm.com/read/444529/1732310
cpp testcasedecorator.cpp
#include
CPPUNIT_NS_BEGIN
TestCaseDecorator::TestCaseDecorator( TestCase *test )
: m_test( test )
, TestCase( test->getName() )
{
}
TestCaseDecor
www.eeworm.com/read/411488/2187770
cpp ostmit_test.cpp
#include
#if !defined (STLPORT) || !defined (_STLP_USE_NO_IOSTREAMS)
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) ||
www.eeworm.com/read/411488/2187847
cpp num_put_get_test.cpp
#include
#if !defined (STLPORT) || !defined (_STLP_USE_NO_IOSTREAMS)
# include
# include
# include
# include "cppunit/cppunit_proxy.h"
# if !defined (STLP
www.eeworm.com/read/392773/2491341
cpp ostmit_test.cpp
#include
#if !defined (STLPORT) || !defined (_STLP_USE_NO_IOSTREAMS)
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) ||
www.eeworm.com/read/392773/2491410
cpp strstream_test.cpp
#include
#if !defined (STLPORT) || !defined (_STLP_USE_NO_IOSTREAMS)
# include
# include
# include "cppunit/cppunit_proxy.h"
# if !defined (STLPORT) || defined(_ST
www.eeworm.com/read/141268/5774229
cpp register_test.cpp
#include "stdafx.h"
#include ".\register_test.h"
using namespace std;
Register_Test::Register_Test(void)
{
}
Register_Test::~Register_Test(void)
{
}
void Register_Test::setUp()
{
r
www.eeworm.com/read/124465/6047405
h notequalexception.h
#ifndef NOTEQUALEXCEPTION_H
#define NOTEQUALEXCEPTION_H
#include
namespace CppUnit {
/*! \brief Exception thrown by failed equality assertions.
* \ingroup BrowsingCollectedT