青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品

牽著老婆滿街逛

嚴以律己,寬以待人. 三思而后行.
GMail/GTalk: yanglinbo#google.com;
MSN/Email: tx7do#yahoo.com.cn;
QQ: 3 0 3 3 9 6 9 2 0 .

C++單元測試工具列表

C/C++ unit testing tools (18 found)

Boost

http://www.boost.org/libs/test/doc/index.html

Description:

The Boost Test Library provides a matched set of components for writing test programs, organizing tests in to simple test cases and test suites, and controlling their runtime execution.

Requirement:

Download data:

No data feed available


C Unit Test System

http://sourceforge.net/projects/cut/

Description:

CUT is a simple, to-the-point unit testing system. It's different from other unit test packages in that it follows the KISS principle. It's designed for C testing, not designed to emulate SUnit.

Requirement:

OS Independent

Download data:

Downloadable files: 4744 total downloads to date


Check

http://check.sourceforge.net/

Description:

Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.

Requirement:

POSIX

Download data:

Downloadable files: 17934 total downloads to date


CppTest

http://cpptest.sourceforge.net/

Description:

CppTest is a portable and powerful, yet simple, unit testing framework for handling automated tests in C++. The focus lies on usability and extendability. Several output formats are supported and new ones are easily added.

Requirement:

OS Independent

Download data:

Downloadable files: 4445 total downloads to date


CppUnit

http://cppunit.sourceforge.net/

Description:

CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output is in XML or text format for automatic testing and GUI based for supervised tests.

Requirement:

BeOS, MacOS, Windows, OS Independent, Linux

Download data:

Downloadable files: 293875 total downloads to date


cutee

http://codesink.org/cutee_unit_testing.html

Description:

C++ unit testing environment that makes it really easy to create and run tests of a library or application. It will automatically generate Makefiles, runner classes (classes that execute test functions), and main test application code. It will also automatically update Makefiles and support classes whenever you add new test functions or modify old ones.

Requirement:

UNIX

Download data:

Downloadable files: 9 total downloads to date


CUTest

http://cutest.sourceforge.net/

Description:

CuTest is a unit testing library for the C language.

Requirement:

Download data:

Downloadable files: 9356 total downloads to date


CxxTest

http://cxxtest.sourceforge.net/

Description:

CxxTest is a JUnit/CppUnit/xUnit-like framework for C++. Its advantages over existing alternatives are that it doesn't require RTTI, doesn't require member template functions, doesn't require exception handling, doesn't require any external libraries (including memory management, file/console I/O, graphics libraries) and is distributed entirely as a set of header files. This makes it extremely portable and usable.

Requirement:

OS Independent (Written in an interpreted language)

Download data:

Downloadable files: 26641 total downloads to date


Embedded Unit

https://sourceforge.net/projects/embunit/

Description:

Unit testing framework for Embedded C System. Its design was copied from JUnit and CUnit and more, and then adapted somewhat for Embedded C System.

Requirement:

OS Independent

Download data:

Downloadable files: 3933 total downloads to date


GUNit

http://kooditakomo.cs.tut.fi/projects/gunit/

Description:

GUNit is a C unit testing framework in the spirit of JUnit. The framework incorporates an easy to use GUI based on the Gnome libraries.

Requirement:

Linux

Download data:

No data feed available


ObjcUnit

http://oops.se/objcunit/

Description:

ObjcUnit is a unit testing framework for Objective-C on Mac OS X. Its design was copied from JUnit, written by Erich Gamma and Kent Beck, and then adapted somewhat for Objective-C. It also has support for mock objects, adapted from the Java Mock Objects framework.

Requirement:

Mac OS X

Download data:

No data feed available


OCUnit

http://www.sente.ch/software/ocunit/

Description:

OCUnit is a testing framework for Objective C in the Mac OS X, GNUSTEP and other environments. It is based on the original SUnit framework of Kent Beck, but also include a JUnit like API. Test suites are automatically created at runtime. On Mac OS X it provides full integration with the XCode IDE: tests can be run after each compilation and failures and errors are reported in the build panel.

Requirement:

Mac OS X, GNUstep, OPENSTEP or WebObjects 4

Download data:

No data feed available


QtUnit

http://www.uwyn.com/projects/qtunit/

Description:

QtUnit is a unit testing framework for C++ which compiles into a shared library. It uses the Qt library for platform independence. Tests can be compiled into modules which are automatically reloaded after modification. The text and graphical testrunners are fully localized and integrate perfectly into IDEs for the display of the exact source location where failures occurred.

Requirement:

Qt 3.0

Download data:

No data feed available


simplectest

http://simplectest.sourceforge.net/index.php

Description:

Aims to be a simple but effective testing framework for C and C++ projects, without having too much overhead.

Requirement:

Cygwin (MS Windows), OS Portable

Download data:

Downloadable files: 685 total downloads to date


Splint

http://www.splint.org/

Description:

Splint is a tool for statically checking C programs for coding errors and security vulnerabilities. If effort is invested adding annotations to programs, Splint can perform stronger checking than is possible with traditional lints.

Requirement:

Win32, Solaris, Linux, FreeBSD

Download data:

Downloadable files: 0 total downloads to date


TestKit

http://testkit.sourceforge.net

Description:

Testing framework for Mac OS X and the Objective-C language. Includes testing framework, developer tool integration, easy test organization and packaging, GUI Test Runner, and a command-line version for test automation. Modelled after JUnit, but targets the specific needs of the OS X developer in the Cocoa environment.

Requirement:

MacOS X

Download data:

Downloadable files: 1340 total downloads to date


TUT

http://tut-framework.sourceforge.net/

Description:

TUT simplifies tests organization and provides basic framework to run them. All developers have to do is to fill tests bodies with the actual test code.

Requirement:

C++

Download data:

No data feed available


UnitTest++

http://unittest-cpp.sourceforge.net/

Description:

UnitTest++ is a unit testing framework for C++ designed for simplicity and portability. Features include no explicit test registration, good crash handling, fixtures, rich condition-checking functionality, minimal footprint for embedded environments.

Requirement:

Win32, Linux, Mac OS X

Download data:

Downloadable files: 1490 total downloads to date


For those projects hosted on SourceForge, the project activity data is updated weekly using live newsfeeds powered by CaRP

posted on 2006-08-14 18:00 楊粼波 閱讀(5493) 評論(2)  編輯 收藏 引用 所屬分類: 軟件工程

評論

# re: C++單元測試工具列表 2012-03-23 09:59 丁丁

還有個很不錯的C/C++單元測試工具——Visual Unit


詳見:www.kailesoft.com  回復  更多評論   

# re: C++單元測試工具列表[未登錄] 2012-03-23 11:46 楊粼波

@丁丁
這個工具我也用過,還不錯。  回復  更多評論   

青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
  • <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            欧美国产日韩xxxxx| 亚洲国产日韩欧美| 亚洲深夜福利视频| 欧美视频在线观看免费| 一本一道久久综合狠狠老精东影业 | 日韩视频在线免费| 欧美日韩在线三级| 欧美在线亚洲在线| 久久久久九九九九| 亚洲欧洲日本专区| 亚洲手机在线| 韩国av一区二区三区四区| 欧美sm视频| 欧美私人啪啪vps| 久久精品国产一区二区三区免费看 | 亚洲女同精品视频| 欧美一区二区啪啪| 亚洲黄色av一区| 一本色道久久综合亚洲精品婷婷 | 欧美一区国产一区| 在线观看视频免费一区二区三区| 欧美不卡在线| 欧美视频福利| 老司机凹凸av亚洲导航| 欧美日韩日本国产亚洲在线| 香蕉久久精品日日躁夜夜躁| 美乳少妇欧美精品| 欧美亚洲视频在线观看| 美日韩精品免费| 亚洲欧美日韩一区二区在线| 久久这里有精品视频| 国产精品99久久久久久久vr| 久久精品视频免费| 亚洲欧美综合| 欧美久久九九| 免费日韩成人| 国产欧美日本一区二区三区| 亚洲国产cao| 精品91在线| 亚洲综合精品四区| 在线视频日本亚洲性| 久久黄色小说| 欧美中文在线视频| 国产精品初高中精品久久| 欧美freesex8一10精品| 国产欧美日韩视频一区二区三区| 欧美激情四色 | 欧美成人精品在线| 久久蜜臀精品av| 国产精品亚洲成人| 日韩午夜视频在线观看| 亚洲福利在线视频| 欧美在线地址| 欧美一级精品大片| 国产精品爱啪在线线免费观看| 欧美二区视频| 在线免费观看日本一区| 欧美在线观看网站| 久久9热精品视频| 国产精品久久久久久久久久免费看 | 一区二区三区久久精品| 日韩视频不卡中文| 免费成人黄色片| 欧美大片一区二区三区| 国户精品久久久久久久久久久不卡| 亚洲午夜未删减在线观看| 亚洲视频自拍偷拍| 欧美网站在线观看| 一区二区三区色| 亚洲欧美在线看| 国产精品综合| 欧美一区二区三区四区高清| 久久精品三级| 在线观看视频免费一区二区三区| 久久免费国产精品| 欧美www在线| 日韩视频在线免费观看| 欧美日韩另类国产亚洲欧美一级| 亚洲精品综合| 午夜精品久久久久久久久久久久久| 欧美偷拍另类| 欧美一级久久| 欧美成人午夜影院| 一区二区冒白浆视频| 欧美日韩亚洲一区在线观看| 亚洲网址在线| 久久精品麻豆| 亚洲精品日韩在线| 国产精品国产馆在线真实露脸| 亚洲免费一级电影| 米奇777在线欧美播放| 亚洲日本乱码在线观看| 欧美日韩另类视频| 欧美一区二区三区四区视频 | 宅男精品视频| 国精品一区二区三区| 欧美国产一区在线| 国产精品99久久不卡二区| 久久国产综合精品| 亚洲欧洲一区二区三区在线观看| 欧美日韩亚洲91| 久久国产66| 一区二区三区精密机械公司 | 亚洲专区国产精品| 免费视频一区| 亚洲午夜激情免费视频| 国语自产精品视频在线看| 欧美精品v日韩精品v韩国精品v| 亚洲视频在线观看免费| 嫩草成人www欧美| 午夜精品视频在线观看一区二区| 一区二区三区在线看| 欧美午夜在线观看| 美女视频黄免费的久久| 亚洲欧美中文字幕| 日韩午夜激情av| 欧美丰满高潮xxxx喷水动漫| 性色av一区二区三区在线观看| 亚洲国产视频直播| 国产一区二区三区网站| 欧美日韩色婷婷| 欧美成人国产| 久久嫩草精品久久久精品一| 亚洲一区二区视频在线| 亚洲精品欧美极品| 欧美黄色一区| 久久一区二区视频| 久久xxxx精品视频| 亚洲欧美在线aaa| 在线视频欧美精品| 日韩午夜高潮| 亚洲精品欧美极品| 亚洲福利国产| 亚洲成人在线| 亚洲承认在线| 亚洲高清在线视频| 1000部国产精品成人观看| 国产视频一区在线观看一区免费| 欧美午夜精品久久久久久超碰| 欧美激情一区二区三区在线视频| 免费不卡视频| 农夫在线精品视频免费观看| 久久久久久久久一区二区| 久久精品国产亚洲a| 性欧美18~19sex高清播放| 亚洲综合色婷婷| 午夜精品福利一区二区三区av| 亚洲一区二区三区中文字幕在线 | 亚洲黄色一区| 亚洲经典自拍| 亚洲毛片网站| 亚洲图片欧美日产| 亚洲免费一区二区| 久久国产精品亚洲va麻豆| 欧美综合77777色婷婷| 久久看片网站| 欧美福利视频一区| 欧美日韩一区二区在线观看| 欧美午夜精品久久久久免费视| 欧美日韩综合另类| 国产女主播视频一区二区| 国产午夜精品美女毛片视频| 国产一区二区三区久久精品| 亚洲承认在线| 一区二区日韩精品| 欧美一区二区三区久久精品 | 99亚洲精品| 亚洲欧美网站| 久久综合中文字幕| 91久久久在线| 亚洲欧美变态国产另类| 久久av最新网址| 欧美国产精品日韩| 国产精品美女久久久久av超清| 国内精品模特av私拍在线观看| 亚洲二区三区四区| 中文一区二区| 免费成人av在线| 日韩亚洲欧美精品| 久久精品30| 欧美日韩在线大尺度| 国产一级久久| 在线综合亚洲| 老牛嫩草一区二区三区日本| 日韩午夜视频在线观看| 久久成人精品一区二区三区| 欧美精品一区二区三区蜜桃| 国产一区亚洲一区| 中文网丁香综合网| 另类成人小视频在线| 在线一区日本视频| 久久综合久久88| 国产精品视频免费| 日韩视频不卡| 免费看的黄色欧美网站| 亚洲欧美一区二区三区久久| 欧美精品性视频| 亚洲电影在线| 久久婷婷蜜乳一本欲蜜臀| 夜夜嗨av色综合久久久综合网|