/** * @param \ascertain\Testable $testable * @param string $exceptionClass */ function __construct(Testable $testable, $exceptionClass = null) { $this->properties = $testable->export(); $this->exceptionClass = $exceptionClass; }