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

牽著老婆滿街逛

嚴以律己,寬以待人. 三思而后行.
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 楊粼波 閱讀(5485) 評論(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>
            国产精品一区视频| 久久精品国产亚洲a| 欧美国产成人精品| 99精品视频免费观看| 亚洲综合成人婷婷小说| 国产欧美日韩综合精品二区| 久久久久久久久久久久久9999| 国产亚洲成人一区| 久久精品天堂| 亚洲精品一区二区三区福利| 国产日韩视频一区二区三区| 亚洲全黄一级网站| 亚洲尤物视频网| 激情丁香综合| 欧美日韩亚洲一区三区| 午夜精品美女自拍福到在线| 久久久精品tv| 9色精品在线| 国产中文一区二区| 欧美日韩国产免费观看| 久久大逼视频| 99人久久精品视频最新地址| 久久躁日日躁aaaaxxxx| 99精品欧美一区| 国产综合色在线| 欧美日韩亚洲天堂| 久久久亚洲午夜电影| 亚洲色无码播放| 亚洲国产精品久久91精品| 欧美一区二区三区四区在线 | 1769国产精品| 国产精品裸体一区二区三区| 免费成人高清在线视频| 午夜亚洲性色视频| 洋洋av久久久久久久一区| 女女同性女同一区二区三区91| 亚洲欧美日韩高清| 日韩一二三区视频| 在线观看中文字幕亚洲| 国产欧美日韩伦理| 欧美视频四区| 欧美激情a∨在线视频播放| 久久国产精品久久精品国产| 亚洲视频在线一区观看| 亚洲激情国产| 欧美激情精品久久久久久久变态 | 欧美成年人视频| 久久国产主播| 欧美影院视频| 午夜免费日韩视频| 亚洲天堂久久| 999亚洲国产精| 亚洲欧洲日本专区| 亚洲高清色综合| 伊人激情综合| 一区二区三区亚洲| 狠狠88综合久久久久综合网| 国产欧美日韩一区二区三区在线| 欧美日韩在线三区| 欧美日韩美女| 欧美午夜精品理论片a级按摩| 欧美二区不卡| 欧美另类变人与禽xxxxx| 欧美韩日一区二区三区| 免费视频久久| 欧美激情小视频| 欧美久久久久久| 欧美日韩国产欧美日美国产精品| 欧美激情1区| 欧美日韩精品一区二区三区四区| 欧美人成在线| 国产精品福利影院| 国产精品免费看片| 国产人妖伪娘一区91| 国产有码一区二区| 极品尤物一区二区三区| 亚洲福利视频专区| 亚洲精品麻豆| 亚洲一区免费看| 久久岛国电影| 另类春色校园亚洲| 欧美激情久久久久久| 91久久国产综合久久蜜月精品 | 亚洲伊人观看| 欧美在线一区二区三区| 亚洲欧美日韩在线不卡| 亚洲手机成人高清视频| 亚洲麻豆av| 亚洲午夜久久久久久尤物 | 亚洲免费在线观看| 欧美在线啊v一区| 另类欧美日韩国产在线| 亚洲国产影院| 亚洲一区尤物| 开心色5月久久精品| 欧美日韩一级视频| 国产亚洲激情在线| 亚洲精品免费在线观看| 亚洲伊人网站| 麻豆亚洲精品| 一本一本久久a久久精品综合麻豆| 亚洲嫩草精品久久| 两个人的视频www国产精品| 欧美日韩一区二区三区高清| 国产一区二区三区av电影| 91久久中文字幕| 欧美一级一区| 亚洲国产精品免费| 午夜日韩电影| 欧美日韩国产不卡| 黄色另类av| 亚洲一区视频在线| 久久综合九九| 亚洲先锋成人| 欧美国产精品中文字幕| 国产日韩精品在线| 一区二区三区四区五区视频 | 亚洲免费影视| 欧美激情在线狂野欧美精品| 国产欧美一区二区三区在线看蜜臀| 亚洲国产精品日韩| 欧美中文在线观看国产| 99riav久久精品riav| 久久天堂av综合合色| 国产精品美女久久久久av超清| 亚洲人成小说网站色在线| 久久av一区二区三区漫画| 99热精品在线观看| 免费一级欧美片在线播放| 国产日韩欧美在线一区| 亚洲视频每日更新| 亚洲高清不卡在线| 久久久久国产精品人| 国产女优一区| 亚洲欧美www| 99国产一区二区三精品乱码| 蜜臀av在线播放一区二区三区| 国产视频在线观看一区| 亚洲欧美另类在线观看| 亚洲免费电影在线观看| 欧美激情国产日韩精品一区18| 一区三区视频| 可以免费看不卡的av网站| 先锋影音久久久| 国产欧美二区| 午夜精品在线看| av成人老司机| 欧美视频一区二区三区在线观看| 亚洲精品五月天| 亚洲国产成人精品女人久久久| 久久久精品性| 亚洲第一区在线| 欧美h视频在线| 麻豆av一区二区三区久久| 在线欧美日韩| 欧美激情一区二区三区 | 亚洲动漫精品| 欧美高清视频免费观看| 老司机精品久久| 亚洲欧洲精品一区二区三区不卡 | 久久久精彩视频| 久久精品盗摄| 亚洲福利视频一区| 亚洲二区在线| 欧美日韩国产亚洲一区| 亚洲少妇诱惑| 亚洲免费在线观看| 亚洲尤物在线| 亚洲第一精品福利| 欧美激情中文字幕一区二区| 欧美xxx成人| 一个人看的www久久| 在线亚洲精品| 国产日韩欧美综合精品| 美女日韩在线中文字幕| 欧美国产大片| 亚洲欧美在线磁力| 欧美在线视频观看| 亚洲国产精品久久久久| 亚洲精品综合精品自拍| 国产精品热久久久久夜色精品三区| 小嫩嫩精品导航| 久久久91精品国产一区二区三区 | 久久裸体视频| 欧美成人免费大片| 亚洲综合激情| 久久精品国产精品 | 亚洲高清自拍| 欧美性色aⅴ视频一区日韩精品| 欧美在线播放一区二区| 久久久久久久高潮| 亚洲午夜激情| 久久国产一区二区| 一本色道久久| 欧美在线一二三区| 99热这里只有精品8| 性欧美在线看片a免费观看| 亚洲国产欧洲综合997久久| 一区二区电影免费观看| 影音先锋亚洲精品|