Exemplo n.º 1
0
 public static Task Assert(this IExceptionCentricTestSpecificationBuilder builder, object handler,
                           IFactRecorder factRecorder) =>
 builder.Assert(CreateExceptionComparer(), handler, factRecorder);
Exemplo n.º 2
0
 protected void Assert(IExceptionCentricTestSpecificationBuilder builder)
 => builder.Assert(ExceptionCentricTestSpecificationRunner, ExceptionComparer, Logger);