Arguments passed to a test() body: the Example under test, exposed as its input, expected output, and metadata. Read straight from the test's TestParams — the runner does not transform them.
test()
Example
input
expected
metadata
Optional
The example's expected (reference) output, when one was supplied.
The example's input under test.
Any metadata attached to the example.
Arguments passed to a
test()body: theExampleunder test, exposed as itsinput,expectedoutput, andmetadata. Read straight from the test's TestParams — the runner does not transform them.