Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\kunit\test-test.c Create Date:2022-07-28 06:39:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kunit_test_no_catch

Proto:static void kunit_test_no_catch(void *data)

Type:void

Parameter:

TypeParameterName
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")