The first function to compare.
The second function to compare.
Optionaloptions: Options<Fn>A function to assert the equality of the two function results. (optional) defaults to deep equality check with JSON.stringify
A function to call when the two functions produce different results. (optional) defaults to logging error to console
The arguments to pass to the functions.
The result of the first function.
Assertion utility to verify that two functions exhibit the same behavior.