TestVariableFunction typedef

TestVariableFunction = Future Function(TestController tester, TestReport report)

Function that can be assigned to a variable and executed by the ExecuteVariableFunctionStep.

Implementation

typedef TestVariableFunction = Future<dynamic> Function(
  TestController tester,
  TestReport report,
);