代码搜索:CppUnit
找到约 2,238 项符合「CppUnit」的源代码
代码结果 2,238
www.eeworm.com/read/171967/5390499
h mfctestrunner.h
#ifndef CPPUNITUI_MFC_MFCTESTRUNNER_H
#define CPPUNITUI_MFC_MFCTESTRUNNER_H
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include
#include
www.eeworm.com/read/171967/5390509
h testrunner.h
// //////////////////////////////////////////////////////////////////////////
// Header file TestRunner.h for class TestRunner
// (c)Copyright 2000, Baptiste Lepilleur.
// Created: 2001/09/19
// /////
www.eeworm.com/read/159023/5588961
cpp customleveltestcase.cpp
/*
* Copyright 2003,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/159023/5588999
cpp boundedfifotestcase.cpp
/*
* Copyright 2003,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/159023/5589000
cpp optionconvertertestcase.cpp
/*
* Copyright 2003,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/141268/5774243
h singleton_test.h
#include
#include "Utils/Singleton.h"
using namespace PPC;
class Holdee {
public:
static const int i = 33;
};
class Singleton_Test : public CppUni
www.eeworm.com/read/140411/5792390
cpp exampletestcase.cpp
#include "ExampleTestCase.h"
CPPUNIT_TEST_SUITE_REGISTRATION( ExampleTestCase );
void ExampleTestCase::example ()
{
CPPUNIT_ASSERT_DOUBLES_EQUAL (1.0, 1.1, 0.05);
CPPUNIT_ASSERT (1 == 0);
CPPUNIT
www.eeworm.com/read/123279/6061797
cpp exampletestcase.cpp
#include "ExampleTestCase.h"
CPPUNIT_TEST_SUITE_REGISTRATION( ExampleTestCase );
void ExampleTestCase::example ()
{
CPPUNIT_ASSERT_DOUBLES_EQUAL (1.0, 1.1, 0.05);
CPPUNIT_ASSERT (1 == 0);
CPPUNIT
www.eeworm.com/read/156734/11781095
html cppunit_2_test_runner_8h-source.html
CppUnit - The Unit Testing Library
www.eeworm.com/read/151249/5684558
h sourceline.h
#ifndef CPPUNIT_SOURCELINE_H
#define CPPUNIT_SOURCELINE_H
#include
#include
/*! \brief Constructs a SourceLine object initialized with the location where the macro i