Function report |
Source Code:lib\kunit\test.c |
Create Date:2022-07-28 06:38:44 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kunit_print_ok_not_ok
Proto:static void kunit_print_ok_not_ok(bool should_indent, bool is_ok, size_t test_number, const char *description)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| bool | should_indent | |
| bool | is_ok | |
| size_t | test_number | |
| const char * | description |
| 54 | If should_indent Then indent = "\t" |
| 56 | Else indent = "" |
| 61 | Else ok_not_ok = "not ok" |
| 64 | pr_info("%s%s %zd - %s\n", indent, ok_not_ok, test_number, description) |
| Name | Describe |
|---|---|
| kunit_print_subtest_end | |
| kunit_print_test_case_ok_not_ok |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |