Function report |
Source Code:lib\test_uuid.c |
Create Date:2022-07-28 06:33:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:test_uuid_test
Proto:static void __init test_uuid_test(const struct test_uuid_data *data)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct test_uuid_data * | data |
69 | total_tests++ |
70 | If guid_parse(uuid, & le) Then test_uuid_failed("conversion", false, false, uuid, NULL) |
73 | total_tests++ |
74 | If Not guid_equal( & le, & le) Then |
76 | test_uuid_failed("cmp", false, false, uuid, buf) |
80 | total_tests++ |
81 | If uuid_parse(uuid, & be) Then test_uuid_failed("conversion", false, true, uuid, NULL) |
84 | total_tests++ |
85 | If Not uuid_equal( & be, & be) Then |
87 | test_uuid_failed("cmp", false, true, uuid, buf) |
Name | Describe |
---|---|
test_uuid_init |
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 |