AFTestCreatePushActionDelegate typedef
        AFTestCreatePushActionDelegate =
     List Function(AFScreenPrototype test)
    
    
Delegate used to create a push action that moves us into a test screen.
Implementation
typedef AFTestCreatePushActionDelegate = List<dynamic> Function(AFScreenPrototype test);