# Functions
RunCases runs a set of test cases.
# Structs
A FailureCase is a test case which is expected to return an error.
A MockProvider is an AccountProvider used for testing.
A SuccessCase is a test case which is expected to return successfully.
# Interfaces
A TestCase is any test case.