xBehaveMarkdownReport
should work just fine
dotnet test
?
dotnet test
would be enough to be honest
describe AuthorizationProcessor
when processing
given authorization request is null
throws ArgumentNullException (6ms)
given acquirers is null
throws ArgumentNullException (0ms)
given no acquirers are provided
throws ArgumentException (0ms)
given one acquirer is provided
and the acquirer declines the payment
is not approved (2ms)
and the acquirer throws
is not approved (0ms)
and the acquirer approves the payment
is approved (0ms)
given multiple acquirers are provided
and the first acquirer approves the payment
is does not cascade (0ms)
and the first acquirer declines the payment
and the response code can not be cascaded
is does not cascade (0ms)
and the response code can be cascaded
cascades to the next acquirer (0ms)