action property

ParameterizedCallback<INPUT, OUTPUT>? action
final

Provided only if the TestCase is executed without a TestGroup. If TestGroup is provided, the common action is run by just varying the input.

Implementation

final ParameterizedCallback<INPUT, OUTPUT>? action;