代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/141268/5775136
h test.h
#ifndef CPPUNIT_TEST_H
#define CPPUNIT_TEST_H
#include
#include
CPPUNIT_NS_BEGIN
class TestResult;
class TestPath;
/*! \brief Base class for all test
www.eeworm.com/read/141268/5775137
h testresult.h
#ifndef CPPUNIT_TESTRESULT_H
#define CPPUNIT_TESTRESULT_H
#include
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( push )
#pragma warning( disable: 4251 ) // X needs to ha
www.eeworm.com/read/230695/4719820
h algorithm.h
#ifndef CPPUNIT_TOOLS_ALGORITHM_H_INCLUDED
#define CPPUNIT_TOOLS_ALGORITHM_H_INCLUDED
#include
CPPUNIT_NS_BEGIN
template
void
removeFrom
www.eeworm.com/read/339586/3296890
h basetestcase.h
#ifndef BASETESTCASE_H
#define BASETESTCASE_H
#include
class BaseTestCase : public CPPUNIT_NS::TestCase
{
CPPUNIT_TEST_SUITE( BaseTestCase );
CPPUNIT_TEST( t
www.eeworm.com/read/339586/3297010
cpp clockerplugin.cpp
#include // disabled unwanted warning on vc++ 6.0
#include
#include
#include
#include "Cl
www.eeworm.com/read/339586/3297059
h algorithm.h
#ifndef CPPUNIT_TOOLS_ALGORITHM_H_INCLUDED
#define CPPUNIT_TOOLS_ALGORITHM_H_INCLUDED
#include
CPPUNIT_NS_BEGIN
template
void
removeFrom
www.eeworm.com/read/339586/3297160
cpp dllplugintestertest.cpp
#include
#include
#include
int main(int argc, char* argv[])
{
CPPUNIT_NS::Test *suite = CPPU
www.eeworm.com/read/339586/3297256
cpp testnamer.cpp
#include
#include
#include
CPPUNIT_NS_BEGIN
#if CPPUNIT_HAVE_RTTI
TestNamer::TestNamer( const std::type_info &typeIn
www.eeworm.com/read/282758/4087858
h algorithm.h
#ifndef CPPUNIT_TOOLS_ALGORITHM_H_INCLUDED
#define CPPUNIT_TOOLS_ALGORITHM_H_INCLUDED
#include
CPPUNIT_NS_BEGIN
template
void
removeFrom
www.eeworm.com/read/279583/4135921
h mdll_test.h
#ifndef MTIME_DLL_H
#define MTIME_DLL_H
#include
class MDllTest: public CppUnit::TestFixture
{
CPPUNIT_TEST_SUITE( MDllTest );
CPPUNIT_TEST( t