[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
12 | 0 | 0 | 0 | 100% | 0.83 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|
org.apache.shiro.samples.aspectj.bank | 12 | 0 | 0 | 0 | 100% | 0.83 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
SecureBankServiceTest | 12 | 0 | 0 | 0 | 100% | 0.83 |
[Summary] [Package List] [Test Cases]
testCreateAccount | 0.138 | |
testDepositInto_singleTx | 0.061 | |
testDepositInto_multiTxs | 0.076 | |
testWithdrawFrom_emptyAccount | 0.059 | |
testWithdrawFrom_notEnoughFunds | 0.062 | |
testWithdrawFrom_singleTx | 0.065 | |
testWithdrawFrom_manyTxs | 0.071 | |
testWithdrawFrom_upToZero | 0.065 | |
testCloseAccount_zeroBalance | 0.055 | |
testCloseAccount_withBalance | 0.064 | |
testCloseAccount_alreadyClosed | 0.059 | |
testCloseAccount_unauthorizedAttempt | 0.055 |