toBeInapplicable<T extends Report>(received?: T) {
    const pass = received?.outcome === Outcome.INAPPLICABLE;

    return {
      pass,