ExpectationPair

Pair containing the expected argument and the argument from the actual call.

alias ExpectationPair = Tuple!(string, "actual", string, "expected")

Meta