AFUnitTestBodyExecuteDelegate typedef
        AFUnitTestBodyExecuteDelegate =
     void Function(AFUnitTestExecute e)
    
    
Delegate used to implement the body of a unit test.
Implementation
typedef AFUnitTestBodyExecuteDelegate = void Function(AFUnitTestExecute e);