[ summary] [ package list] [ test cases]
Tests | Errors | Failures | Success rate | Time(s) |
---|---|---|---|---|
18 | 0 | 0 | 100.00% | 1.17 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
Package | Tests | Errors | Failures | Success Rate | Time |
---|---|---|---|---|---|
com.webstersmalley.chessweb.model | 17 | 0 | 0 | 100.00% | 1.11 |
com.webstersmalley.chessweb.view | 1 | 0 | 0 | 100.00% | 0.06 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
![]() | TestBoard | 2 | 0 | 0 | 100.00% | 0.110 |
![]() | TestBoardCell | 1 | 0 | 0 | 100.00% | 0.015 |
![]() | TestPiece | 10 | 0 | 0 | 100.00% | 0.718 |
![]() | TestPosition | 3 | 0 | 0 | 100.00% | 0.031 |
![]() | TestSquare | 1 | 0 | 0 | 100.00% | 0.235 |
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
![]() | TestSimpleStringView | 1 | 0 | 0 | 100.00% | 0.063 |
[ summary] [ package list] [ test cases]
![]() | testPawn | 0.44 |
![]() | testRook | 0.03 |
![]() | testKnight | 0.03 |
![]() | testBishop | 0.02 |
![]() | testQueen | 0.05 |
![]() | testKing | 0.03 |
![]() | testBogusMoves | 0.02 |
![]() | testQueensideCastling | 0.03 |
![]() | testKingsideCastling | 0.03 |
![]() | testChecked | 0.03 |