Test |
Duration |
Result |
Verify a successful payment flow for a pay per request flow. |
0.015s |
passed |
Verify a successful payment flow for non pay per request flow. |
0.043s |
passed |
Verify getNotBeforeDate return null if notBeforeDuration is null |
0s |
passed |
Verify getNotBeforeDate returned is after current time if notBeforeDuration is positive |
0.001s |
passed |
Verify getNotBeforeDate returned is before before current time if notBeforeDuration is negative |
0.001s |
passed |
Verify that checkSettledInvoice throws InternalErrorException since operation isn't supported |
0.001s |
passed |
Verify that getTokenIssuer return null if no JWT token existed in payment flow |
0.006s |
passed |
Verify that markAsExecuted throws IllegalArgumentException if settlement is null |
0s |
passed |