# Functions
assertActual is a helper function to allow the step function to call assertion functions where you want to compare an actual value to a predefined state like nil, empty or true/false.
assertExpectedAndActual is a helper function to allow the step function to call assertion functions where you want to compare an expected and an actual value.
No description provided by the author
# Structs
asserter is used to be able to retrieve the error reported by the called assertion.
# Type aliases
No description provided by the author