代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/103694/6213357
cpp repeatedtest.cpp
#include
#include
namespace CppUnit {
// Counts the number of test cases that will be run by this test.
int
RepeatedTest::countTestCases(
www.eeworm.com/read/331534/3411593
svn-base testdecorator.cpp.svn-base
//
// TestDecorator.cpp
//
// $Id: //poco/1.3/CppUnit/src/TestDecorator.cpp#1 $
//
#include "CppUnit/TestDecorator.h"
namespace CppUnit {
TestDecorator::TestDecorator(Test* test)
{
www.eeworm.com/read/331534/3411596
svn-base cppunitexception.cpp.svn-base
//
// CppUnitException.cpp
//
// $Id: //poco/1.3/CppUnit/src/CppUnitException.cpp#1 $
//
#include "CppUnit/CppUnitException.h"
namespace CppUnit {
const std::string CppUnitException
www.eeworm.com/read/331534/3411603
cpp cppunitexception.cpp
//
// CppUnitException.cpp
//
// $Id: //poco/1.3/CppUnit/src/CppUnitException.cpp#1 $
//
#include "CppUnit/CppUnitException.h"
namespace CppUnit {
const std::string CppUnitException
www.eeworm.com/read/331534/3411604
cpp testdecorator.cpp
//
// TestDecorator.cpp
//
// $Id: //poco/1.3/CppUnit/src/TestDecorator.cpp#1 $
//
#include "CppUnit/TestDecorator.h"
namespace CppUnit {
TestDecorator::TestDecorator(Test* test)
{
www.eeworm.com/read/449063/1682475
cpp asserter.cpp
#include
#include
namespace CppUnit
{
namespace Asserter
{
void
fail( std::string message,
SourceLine sourceLine )
{
throw Exception(
www.eeworm.com/read/449063/1682478
cpp repeatedtest.cpp
#include
#include
namespace CppUnit {
// Counts the number of test cases that will be run by this test.
int
RepeatedTest::countTestCases(
www.eeworm.com/read/141268/5774232
cpp armtest.cpp
#include "ARMTest.h"
#include "arm_util.hpp"
static std::string arch_name = "ARM";
//static std::string conf_file = "AT91X40.conf";
//static std::string conf_file = "EP7312 with lcd.conf";
stat
www.eeworm.com/read/140411/5792515
cpp activetest.cpp
#include "stdafx.h"
#include "ActiveTest.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
// Construct the active test
ActiveTest::ActiveTest( CPP
www.eeworm.com/read/123279/6061922
cpp activetest.cpp
#include "stdafx.h"
#include "ActiveTest.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
// Construct the active test
ActiveTest::ActiveTest( CPP