函数逻辑报告 |
Source Code:lib\kunit\test.c |
Create Date:2022-07-27 07:36:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kunit_print_ok_not_ok
函数原型:static void kunit_print_ok_not_ok(bool should_indent, bool is_ok, size_t test_number, const char *description)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
bool | should_indent | |
bool | is_ok | |
size_t | test_number | |
const char * | description |
54 | 如果should_indent则indent等于"\t" |
56 | 否则indent等于"" |
61 | 否则ok_not_ok等于"not ok" |
64 | 打印信息("%s%s %zd - %s\n", indent, ok_not_ok, test_number, description) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |