代码搜索:CppUnit

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

代码结果 2,238
www.eeworm.com/read/339324/12243149

cpp ftgloutlinefont-test.cpp

#include #include #include #include #include #include "Fontdefs.h" #include "FTGLOutli
www.eeworm.com/read/124465/6047428

h exception.h

#ifndef CPPUNIT_EXCEPTION_H #define CPPUNIT_EXCEPTION_H #include #include #include #include namespace CppUnit { /*! \brief Except
www.eeworm.com/read/103694/6213337

h exception.h

#ifndef CPPUNIT_EXCEPTION_H #define CPPUNIT_EXCEPTION_H #include #include #include #include namespace CppUnit { /*! \brief Except
www.eeworm.com/read/224932/14562199

cpp env.cpp

/** * Copyright (C) 2005-2007 Christoph Rupp (chris@crupp.de). * All rights reserved. See file LICENSE for licence and copyright * information. * * unit tests for mem.h/mem.c * */ #include
www.eeworm.com/read/224932/14562220

cpp util.cpp

/** * Copyright (C) 2005-2007 Christoph Rupp (chris@crupp.de). * All rights reserved. See file LICENSE for licence and copyright * information. * * unit tests for mem.h/mem.c * */ #include
www.eeworm.com/read/133287/5906719

cpp randomstreamtest.cpp

// // RandomStreamTest.cpp // // $Id: //poco/Main/Foundation/testsuite/src/RandomStreamTest.cpp#5 $ // // Copyright (c) 2004, Guenter Obiltschnig/Applied Informatics. // All rights reserved. //
www.eeworm.com/read/124465/6047388

faq

Asked Questions: --------------------------- 1) Questions relating to CppUnit ---------------------------- 1.1) Isn't there an easier way to write unit tests than using TestCaller ? Yes, ther
www.eeworm.com/read/103694/6213297

faq

Asked Questions: --------------------------- 1) Questions relating to CppUnit ---------------------------- 1.1) Isn't there an easier way to write unit tests than using TestCaller ? Yes, ther
www.eeworm.com/read/339324/12243146

txt readme.txt

FTGL Version 2.0 Unit Tests. The unit tests in this directory are built using the cppunit unit testing framework. cppunit is available from... cppunit.sf.net Refer to that website for build and usa
www.eeworm.com/read/151249/5684585

h testlistener.h

#ifndef CPPUNIT_TESTLISTENER_H // -*- C++ -*- #define CPPUNIT_TESTLISTENER_H #include CPPUNIT_NS_BEGIN class Exception; class Test; class TestFailure; class TestResult;