passed static method

bool passed(
  1. TestRule<dynamic, Cell> rule,
  2. Exception e
)

Default exception handler that always returns true (allows the operation).

Implementation

static bool passed(TestRule rule, Exception e) => true;