AFStateTestVerifyStateDelegate typedef
AFStateTestVerifyStateDelegate =
void Function(AFStateTestExecute execute, AFStateTestStateVerificationContext context)
Delegate used to verify a state change, from before to after
Implementation
typedef AFStateTestVerifyStateDelegate = void Function(AFStateTestExecute execute, AFStateTestStateVerificationContext context);