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

牽著老婆滿街逛

嚴以律己,寬以待人. 三思而后行.
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 楊粼波 閱讀(5487) 評論(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>
            欧美大香线蕉线伊人久久国产精品| 亚洲最新在线| 欧美激情一区二区三区在线视频观看| 久久精品国产成人| 久久精品日产第一区二区| 久久精品国产亚洲精品| 久久男人资源视频| 欧美日韩成人一区二区| 国产精品www.| 国产在线成人| 91久久久久| 久久这里只精品最新地址| 免费成人激情视频| 欧美日韩裸体免费视频| 国产女人精品视频| 亚洲国产日韩精品| 亚洲一级黄色片| 免费黄网站欧美| av成人免费| 久久综合色婷婷| 欧美小视频在线| 亚洲国产日韩欧美在线图片| 亚洲欧美日本视频在线观看| 另类人畜视频在线| 亚洲毛片一区| 猫咪成人在线观看| 国产伦理精品不卡| av成人手机在线| 欧美91大片| 亚洲欧美精品一区| 欧美福利视频网站| 亚洲天堂偷拍| 欧美插天视频在线播放| 国产精品综合网站| 亚洲午夜久久久久久尤物| 久久深夜福利免费观看| 在线一区二区三区四区| 米奇777在线欧美播放| 国产精品亚洲不卡a| 夜夜嗨av一区二区三区四季av| 久久精品亚洲乱码伦伦中文| 99在线视频精品| 欧美高清在线视频| 亚洲国产精品成人| 久久婷婷国产麻豆91天堂| 中文欧美在线视频| 欧美精品在线视频观看| 亚洲电影免费观看高清完整版| 久久成人免费网| 亚洲视频在线免费观看| 欧美日韩久久| 在线亚洲国产精品网站| 亚洲激情视频在线观看| 久久黄金**| 黄色影院成人| 久久伊人一区二区| 久久久久久久999精品视频| 国产一区二区三区四区三区四| 欧美伊人久久久久久午夜久久久久| 亚洲靠逼com| 欧美视频精品一区| 亚洲影院一区| 亚洲免费视频在线观看| 国产精品久久婷婷六月丁香| 亚洲欧美成人| 午夜国产精品视频| 国产一区二区三区的电影| 久久精品视频在线看| 欧美一级理论性理论a| 国产欧美日韩综合| 久久久福利视频| 久久久欧美精品| 亚洲国产日韩一区| 亚洲成在线观看| 欧美日韩免费观看一区| 亚洲综合色在线| 欧美在线观看视频一区二区| 激情久久久久久久| 欧美jizz19性欧美| 欧美久久一级| 欧美一区亚洲一区| 久久久欧美精品| 中文欧美字幕免费| 午夜免费电影一区在线观看| 原创国产精品91| 亚洲国产天堂久久国产91| 欧美视频专区一二在线观看| 欧美一区二区高清| 久久亚洲午夜电影| 亚洲一区二区三区在线| 久久国产高清| 亚洲乱码一区二区| 欧美在线国产| 久久综合中文色婷婷| 99国产精品久久久| 午夜精品久久久久久99热| 亚洲第一网站| 亚洲一区二区三区四区中文| 一区精品久久| 中文日韩电影网站| 亚洲精品视频在线看| 亚洲欧美日韩在线一区| 最新日韩在线| 欧美亚洲一区| 亚洲天天影视| 女同一区二区| 久久久亚洲高清| 国产精品久久久久久久久久久久 | 久久久欧美精品| 亚洲欧美精品中文字幕在线| 免费不卡亚洲欧美| 久久久久一区二区| 国产精品美女在线观看| 最新日韩av| 亚洲国产欧美不卡在线观看| 亚洲字幕一区二区| 这里只有精品在线播放| 每日更新成人在线视频| 久久久久久久精| 国产麻豆一精品一av一免费| 99精品热视频只有精品10| 亚洲国产天堂久久综合网| 小辣椒精品导航| 欧美影院午夜播放| 国产精品久久久一区二区三区| 亚洲区在线播放| 亚洲精品少妇| 欧美黄色一区二区| 亚洲欧洲在线一区| 亚洲日本va午夜在线影院| 鲁大师影院一区二区三区| 久久先锋影音| 激情久久婷婷| 久久综合一区二区三区| 老鸭窝毛片一区二区三区| 国产一区二区三区四区| 久久gogo国模裸体人体| 久久久欧美精品sm网站| 国模叶桐国产精品一区| 久久国产精品一区二区三区四区 | 国产在线高清精品| 欧美一区二区| 久久综合电影一区| 在线播放不卡| 欧美国产欧美亚洲国产日韩mv天天看完整 | 国产自产女人91一区在线观看| 99精品99| 亚洲欧美中文日韩在线| 国产精品女人毛片| 亚洲综合精品四区| 久久久国产亚洲精品| 永久免费视频成人| 美女国内精品自产拍在线播放| 欧美成人黑人xx视频免费观看| 亚洲国产精品第一区二区| 欧美丰满少妇xxxbbb| 一个色综合导航| 欧美伊人精品成人久久综合97 | 最新高清无码专区| 欧美精品不卡| 亚洲欧美日韩国产中文| 麻豆精品视频在线| 一区二区三区精品久久久| 国产精品久久97| 久久精品一区二区三区不卡| 亚洲国产精品综合| 亚洲你懂的在线视频| 精品动漫3d一区二区三区免费| 欧美搞黄网站| 欧美在线关看| 日韩一区二区精品葵司在线| 久久久99国产精品免费| 亚洲精品麻豆| 国产亚洲一区二区在线观看| 男女激情视频一区| 亚洲午夜视频| 亚洲福利视频在线| 欧美在线亚洲在线| 亚洲精品美女在线观看播放| 国产精品免费一区豆花| 嫩草成人www欧美| 亚洲一级片在线观看| 欧美成人a∨高清免费观看| 午夜久久资源| 一本色道久久88亚洲综合88| 国产欧美精品久久| 欧美激情成人在线| 欧美诱惑福利视频| 亚洲精品国产无天堂网2021| 乱码第一页成人| 欧美一区二区久久久| 亚洲卡通欧美制服中文| 黑人极品videos精品欧美裸| 欧美日韩一区高清| 欧美精品手机在线| 久久婷婷av| 欧美一区三区二区在线观看| 一本色道久久综合亚洲二区三区| 老司机久久99久久精品播放免费 | 亚洲精品美女91|