Lines Matching full:represents
20 * @KUNIT_ASSERTION: Used to denote that a kunit_assert represents an assertion.
21 * @KUNIT_EXPECTATION: Denotes that a kunit_assert represents an expectation.
24 * represents an expectation or an assertion.
40 * Represents a failed expectation/assertion. Contains all the data necessary to
85 * struct kunit_fail_assert - Represents a plain fail expectation/assertion.
88 * Represents a simple KUNIT_FAIL/KUNIT_ASSERT_FAILURE that always fails.
112 * struct kunit_unary_assert - Represents a KUNIT_{EXPECT|ASSERT}_{TRUE|FALSE}
117 * Represents a simple expectation or assertion that simply asserts something is
118 * true or false. In other words, represents the expectations:
155 * Represents an expectation/assertion that a pointer is not null and is does
196 * Represents an expectation/assertion that compares two non-pointer values. For
253 * Represents an expectation/assertion that compares two pointer values. For
310 * Represents an expectation/assertion that compares two string values. For