软件包:api-sanity-checker(1.98.7-2.2)
api-sanity-checker 的相关链接
Debian 的资源:
下载源码包 api-sanity-checker:
- [api-sanity-checker_1.98.7-2.2.dsc]
- [api-sanity-checker_1.98.7.orig.tar.gz]
- [api-sanity-checker_1.98.7-2.2.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
automatic generator of basic unit tests for a C/C++ library API
API Sanity Checker is an automatic generator of basic unit tests for a C/C++ library. It helps to quickly generate simple ("sanity" or "shallow" quality) tests for every function in an API using their signatures, data type definitions and relationships between functions straight from the library header files ("Header-Driven Generation"). Each test case contains a function call with reasonable (in most, but unfortunately not all, cases) input parameters. The quality of generated tests allows one to check absence of critical errors in simple use cases and can be greatly improved by involving of highly reusable specialized types for the library.
The tool can execute generated tests and detect crashes, aborts, all kinds of emitted signals, non-zero program return code, program hanging and requirement failures (if specified). The tool can be considered as a tool for out-of-box low-cost sanity checking of library API or as a test development framework for initial generation of templates for advanced tests. Also it supports universal Template2Code format of tests, splint specifications, random test generation mode and other useful features.
其他与 api-sanity-checker 有关的软件包
|
|
|
|
-
- dep: abi-compliance-checker (>= 1.99)
- tool to compare ABI compatibility of shared C/C++ library versions
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- sug: doc-base
- utilities to manage online documentation