• Home
  • Raw
  • Download

Lines Matching full:string

38  * @format: a function which formats the data in this kunit_assert to a string.
41 * format a string to a user reporting the failure.
65 * @fmt: The formatting function which builds a string out of this kunit_assert.
114 * @condition: A string representation of a conditional expression.
134 * @cond: A string representation of the expression asserted true or false.
152 * @text: A string representation of the expression passed to the expectation.
172 * @txt: A string representation of the expression passed to the expectation.
190 * @operation: A string representation of the comparison operator (e.g. "==").
191 * @left_text: A string representation of the expression in the left slot.
193 * @right_text: A string representation of the expression in the right slot.
217 * @op_str: A string representation of the comparison operator (e.g. "==").
218 * @left_str: A string representation of the expression in the left slot.
220 * @right_str: A string representation of the expression in the right slot.
247 * @operation: A string representation of the comparison operator (e.g. "==").
248 * @left_text: A string representation of the expression in the left slot.
250 * @right_text: A string representation of the expression in the right slot.
274 * @op_str: A string representation of the comparison operator (e.g. "==").
275 * @left_str: A string representation of the expression in the left slot.
277 * @right_str: A string representation of the expression in the right slot.
302 * string values (for example, KUNIT_EXPECT_STREQ(test, foo, "bar")).
304 * @operation: A string representation of the comparison operator (e.g. "==").
305 * @left_text: A string representation of the expression in the left slot.
307 * @right_text: A string representation of the expression in the right slot.
310 * Represents an expectation/assertion that compares two string values. For
311 * example, to expect that the string in foo is equal to "bar", you can use the
331 * @op_str: A string representation of the comparison operator (e.g. "==").
332 * @left_str: A string representation of the expression in the left slot.
334 * @right_str: A string representation of the expression in the right slot.