函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\kunit\test-test.c Create Date:2022-07-27 07:36:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kunit_test_no_catch

函数原型:static void kunit_test_no_catch(void *data)

返回类型:void

参数:

类型参数名称
void *data
25  test等于data
27  KUNIT_FAIL() - Always causes a test to fail when evaluated.*@test: The test context object.*@fmt: an informational message to be printed when the assertion is made.*@...: string format arguments.(test, "Catch should not be called\n")