代码搜索:cppunit
找到约 2,238 项符合「cppunit」的源代码
代码结果 2,238
www.eeworm.com/read/229562/4754343
cpp callmanagerplayertest.cpp
//
// Copyright (C) 2004, 2005 Pingtel Corp.
//
//
// $$
////////////////////////////////////////////////////////////////////////
#include
#include
www.eeworm.com/read/229562/4754346
cpp cptestsupport.cpp
//
// Copyright (C) 2004, 2005 Pingtel Corp.
//
//
// $$
////////////////////////////////////////////////////////////////////////
#include
#include
www.eeworm.com/read/190923/5170565
cpp sipimpliedsubscriptionstest.cpp
//
// Copyright (C) 2004, 2005 Pingtel Corp.
//
//
// $$
////////////////////////////////////////////////////////////////////////
#include
#include
www.eeworm.com/read/124619/6043832
h activetest.h
#ifndef CPPUNIT_ACTIVETEST_H
#define CPPUNIT_ACTIVETEST_H
#include
#ifndef CPPUNIT_TESTDECORATOR_H
#include "TestDecorator.h"
#endif
/* A Microsoft-specific active test
*
www.eeworm.com/read/339586/3296861
cpp moneyapp.cpp
#include "StdAfx.h"
#include
#include
#include
int main(int argc, char* argv[])
{
// Get the
www.eeworm.com/read/339586/3296888
h testresulttest.h
#ifndef TESTRESULTTEST_H
#define TESTRESULTTEST_H
#include
#include
#include "MockTestListener.h"
class TestResultTest : public CPPUNIT_NS
www.eeworm.com/read/339586/3296904
h orthodoxtest.h
#ifndef ORTHODOXTEST_H
#define ORTHODOXTEST_H
#include
#include "MockTestListener.h"
class OrthodoxTest : public CPPUNIT_NS::TestFixture
{
CPPUNIT_TEST_SUITE(
www.eeworm.com/read/411488/2187707
cpp bcompos_test.cpp
#include
#include "unary.h"
#include "cppunit/cppunit_proxy.h"
#if defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
//
class BcomposTest : public CPPUNIT_N
www.eeworm.com/read/392773/2491272
cpp bcompos_test.cpp
#include
#include "unary.h"
#include "cppunit/cppunit_proxy.h"
#if defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
//
class BcomposTest : public CPPUNIT_N
www.eeworm.com/read/377584/2698780
h idxtest.h
#ifndef IDXTEST_
#define IDXTEST_
#include
#include "libeblearn.h"
//! Test class for IdxIO class
class IdxTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SU