代码搜索:cppunit

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

代码结果 2,238
www.eeworm.com/read/382359/2638187

h cppunitdeque.h

#ifndef CPPUNIT_PORTABILITY_CPPUNITDEQUE_H #define CPPUNIT_PORTABILITY_CPPUNITDEQUE_H // The technic used is similar to the wrapper of STLPort. #include #include #
www.eeworm.com/read/382359/2638189

h cppunitvector.h

#ifndef CPPUNIT_PORTABILITY_CPPUNITVECTOR_H #define CPPUNIT_PORTABILITY_CPPUNITVECTOR_H // The technic used is similar to the wrapper of STLPort. #include #include
www.eeworm.com/read/382359/2638191

h cppunitstack.h

#ifndef CPPUNIT_PORTABILITY_CPPUNITSTACK_H #define CPPUNIT_PORTABILITY_CPPUNITSTACK_H // The technic used is similar to the wrapper of STLPort. #include #include #in
www.eeworm.com/read/377584/2698977

cpp testspidx.cpp

/* * testspidx.cpp * * Author: cyril Poulet */ #include #include #include #include #include
www.eeworm.com/read/255500/4375013

cpp testdecorator.cpp

// // TestDecorator.cpp // // $Id: //poco/1.2/CppUnit/src/TestDecorator.cpp#1 $ // #include "CppUnit/TestDecorator.h" namespace CppUnit { TestDecorator::TestDecorator(Test* test) { _test = test
www.eeworm.com/read/169790/9838024

cpp ccxx_tests.cpp

#include #include #include #include #include //#include "SHATumblerTest.h"
www.eeworm.com/read/133287/5907002

h testrunnerdlg.h

// // TestRunnerDlg.h // // $Id: //poco/Main/CppUnit/WinTestRunner/src/TestRunnerDlg.h#5 $ // #ifndef TestRunnerDlg_INCLUDED #define TestRunnerDlg_INCLUDED #ifndef CppUnit_CppUnit_INCLU
www.eeworm.com/read/230695/4719876

h cppunitset.h

#ifndef CPPUNIT_PORTABILITY_CPPUNITSET_H #define CPPUNIT_PORTABILITY_CPPUNITSET_H // The technic used is similar to the wrapper of STLPort. #include #include #i
www.eeworm.com/read/230695/4719878

h cppunitmap.h

#ifndef CPPUNIT_PORTABILITY_CPPUNITMAP_H #define CPPUNIT_PORTABILITY_CPPUNITMAP_H // The technic used is similar to the wrapper of STLPort. #include #include #i
www.eeworm.com/read/339586/3296849

cpp exampletestcase.cpp

#include #include "ExampleTestCase.h" CPPUNIT_TEST_SUITE_REGISTRATION( ExampleTestCase ); void ExampleTestCase::example() { CPPUNIT_ASSERT_DOUBLES_EQUAL( 1.0, 1.1,