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

牽著老婆滿街逛

嚴以律己,寬以待人. 三思而后行.
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>
            国产精品videosex极品| 久久综合伊人77777| 国产精品久久久久77777| 亚洲视频一区在线观看| 一区二区三区日韩精品视频| 国产精品观看| 久久精品国产免费看久久精品| 午夜在线精品| 亚洲国产天堂久久国产91| 91久久精品日日躁夜夜躁国产| 欧美精品成人一区二区在线观看| 一区二区三区www| 国产精品99久久久久久久久| 国产一区在线看| 欧美mv日韩mv国产网站| 欧美日韩国产小视频在线观看| 亚洲视频免费| 久久激情五月婷婷| 日韩亚洲欧美一区| 亚洲欧美日韩一区二区在线 | 亚洲乱码精品一二三四区日韩在线| 欧美色欧美亚洲另类二区 | 亚洲高清毛片| 一区二区三区免费看| 激情国产一区| 艳女tv在线观看国产一区| 黄网动漫久久久| 9久re热视频在线精品| 国内精品福利| 国产日韩在线视频| 91久久精品国产91性色| 国产酒店精品激情| 亚洲欧洲视频在线| 狠狠色狠狠色综合日日91app| 亚洲欧洲日本mm| 影音先锋亚洲精品| 亚洲欧美视频一区| 亚洲丝袜av一区| 免费成人黄色| 久久久精品一区二区三区| 欧美日韩国产页| 亚洲尤物在线| 99re亚洲国产精品| 欧美一区二区三区免费大片| 国产精品99久久不卡二区| 美女诱惑黄网站一区| 久久精品欧美日韩精品| 国产精品hd| 一本久久综合| 日韩视频在线观看免费| 欧美一区影院| 性欧美办公室18xxxxhd| 欧美日韩性生活视频| 91久久久精品| 亚洲美女在线一区| 卡通动漫国产精品| 久久最新视频| 国内外成人免费激情在线视频| 亚洲一二区在线| 午夜精品久久| 国产精品高精视频免费| 一本一本久久| 亚洲欧美日韩在线观看a三区| 欧美日韩一区二区视频在线| 日韩一级在线观看| 在线一区欧美| 国产精品久久国产三级国电话系列| 日韩视频不卡| 亚洲图色在线| 国产精品视频免费观看| 午夜精品在线| 久久免费视频观看| 亚洲第一在线综合网站| 欧美a级片网站| 亚洲欧洲一区二区在线播放| 9色porny自拍视频一区二区| 欧美日本免费| 亚洲一区二区伦理| 欧美一区二区日韩| 国模一区二区三区| 久久躁日日躁aaaaxxxx| 亚洲国产精品传媒在线观看 | 亚洲精品综合精品自拍| 欧美日韩国产色站一区二区三区| 日韩亚洲欧美高清| 午夜精品一区二区三区在线播放| 国产亚洲第一区| 久久久久久69| 亚洲精品视频在线观看网站 | 亚洲激情在线观看视频免费| 欧美激情女人20p| 亚洲一区二区三| 免费在线看一区| 中文欧美在线视频| 国产一区999| 欧美二区不卡| 亚洲欧美日韩系列| 欧美激情国产日韩精品一区18| 一区二区欧美国产| 国产亚洲精品久久久| 久久综合久久综合九色| 亚洲天堂成人| 亚洲电影免费观看高清完整版在线观看 | 亚洲高清电影| 国产精品亚洲一区二区三区在线| 久久精品国产91精品亚洲| 亚洲人久久久| 久久午夜av| 亚洲午夜在线观看| 影音先锋久久久| 国产精品美女主播| 欧美/亚洲一区| 篠田优中文在线播放第一区| 亚洲国产欧美久久| 久久精品欧美日韩| 亚洲女人天堂av| 亚洲三级免费观看| 国产在线观看精品一区二区三区| 欧美日韩精品在线观看| 久久久久久婷| 亚洲欧美视频在线观看| 日韩视频免费观看高清完整版| 久久亚洲综合色| 西西裸体人体做爰大胆久久久| 最新日韩欧美| 在线观看国产日韩| 国产综合av| 国产欧美精品xxxx另类| 欧美日韩一区二区免费视频| 欧美mv日韩mv国产网站| 久久久久国产精品一区三寸| 亚洲在线视频网站| 一本色道久久综合亚洲精品不| 欧美激情免费观看| 老鸭窝91久久精品色噜噜导演| 亚洲欧美日韩国产另类专区| 国产精品99久久久久久久vr | 先锋影音久久久| 亚洲免费视频一区二区| 一区二区三区高清| 日韩亚洲欧美一区二区三区| 日韩一级片网址| 亚洲精品在线一区二区| 99re热这里只有精品免费视频| 亚洲三级国产| 一本高清dvd不卡在线观看| 一区二区日韩| 亚洲欧美国产精品桃花| 西西人体一区二区| 欧美资源在线| 久久噜噜噜精品国产亚洲综合| 久久精品一区二区三区中文字幕| 欧美主播一区二区三区美女 久久精品人 | 国产精品日本精品| 国产美女精品在线| 国产欧美日韩免费| 狠狠v欧美v日韩v亚洲ⅴ| 亚洲福利免费| 99在线精品视频| 性色av一区二区三区| 美女精品在线| 亚洲欧洲日本专区| 一本一本久久a久久精品牛牛影视| 亚洲天堂偷拍| 久久久久久久久久久成人| 麻豆久久精品| 欧美四级剧情无删版影片| 国产精品久久一级| 国产亚洲欧美激情| 亚洲久久视频| 国产美女一区| 亚洲自拍啪啪| 国产一区在线免费观看| 亚洲欧美日本伦理| 一区二区精品在线观看| 亚洲免费高清| 午夜精品福利电影| 久久久久久久成人| 欧美高清hd18日本| 国产精品激情电影| 国产精品美女诱惑| 在线电影国产精品| 亚洲桃花岛网站| 久久噜噜亚洲综合| 亚洲精品欧洲精品| 中文日韩欧美| 欧美福利视频网站| 国产在线精品一区二区中文| 伊人春色精品| 亚洲欧美激情四射在线日| 久久人人九九| 一本色道久久综合狠狠躁篇怎么玩| 午夜精品区一区二区三| 欧美va亚洲va日韩∨a综合色| 国产精品视频| av成人免费观看| 另类专区欧美制服同性| 亚洲九九精品| 欧美高清在线视频| 韩日视频一区|