Type Alias TestResult<T, TS>

A test result represents the result of an actor test that can either be passed or failed.

Test results are immutable.

Type Parameters

  • T
  • TS = undefined