代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/103694/6213352
cpp sourceline.cpp
#include
namespace CppUnit
{
SourceLine::SourceLine() :
m_lineNumber( -1 )
{
}
SourceLine::SourceLine( const std::string &fileName,
int lineNumb
www.eeworm.com/read/339586/3296897
cpp testdecoratortest.cpp
#include "ExtensionSuite.h"
#include "TestDecoratorTest.h"
#include
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( TestDecoratorTest,
extensionS
www.eeworm.com/read/449063/1682470
cpp testsetup.cpp
#include
namespace CppUnit {
TestSetUp::TestSetUp( Test *test ) : TestDecorator( test )
{
}
void
TestSetUp::setUp()
{
}
void
TestSetUp::tearDown()
{
}
void
www.eeworm.com/read/449063/1682473
cpp sourceline.cpp
#include
namespace CppUnit
{
SourceLine::SourceLine() :
m_lineNumber( -1 )
{
}
SourceLine::SourceLine( const std::string &fileName,
int lineNumb
www.eeworm.com/read/411488/2187783
cpp exception_test.cpp
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
/*
* This test case purpose is to check that the exception handling
* functions are correctly importe
www.eeworm.com/read/141297/5773462
cc qa_gr_block.cc
/* -*- c++ -*- */
/*
* Copyright 2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/141297/5773560
cc qa_gr_circular_file.cc
/* -*- c++ -*- */
/*
* Copyright 2002 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/141297/5773748
cc qa_gr_fxpt.cc
/* -*- c++ -*- */
/*
* Copyright 2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/339586/3296903
cpp testtest.cpp
#include "CoreSuite.h"
#include "TestTest.h"
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( TestTest,
coreSuiteName() );
TestTest::TestTest() :
CPPUNIT_NS::Test
www.eeworm.com/read/287078/4030815
readme
To compile and run this example, you will need to download, build, and install cppunit. Please see the top-level README file and the cppunit documentation for additional details.