Function report |
Source Code:lib\kunit\test.c |
Create Date:2022-07-28 06:38:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kunit_do_assertion
Proto:void kunit_do_assertion(struct kunit *test, struct kunit_assert *assert, bool pass, const char *fmt, ...)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct kunit * | test | |
struct kunit_assert * | assert | |
bool | pass | |
const char * | fmt |
159 | If pass Then Return |
167 | kunit_fail(test, assert) |
171 | If type == KUNIT_ASSERTION Then kunit_abort(test) |
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 |