call method

  1. @override
bool call(
  1. Object? object, {
  2. covariant Cell? cell,
  3. dynamic arguments,
  4. bool exception(
    1. TestRule<dynamic, Cell> rule,
    2. Exception e
    )?,
})
override

Validates a generic object against test rules

Implementation

@override
bool call(Object? object, {Cell? cell, arguments, bool Function(TestRule rule, Exception e)? exception}) => true;