Testsuite: antichess.test.AllTests
Tests run: 51, Failures: 0, Errors: 0, Time elapsed: 54.736 sec
------------- Standard Error -----------------
ply 1: 15ms
ply 2: 42ms
ply 3: 288ms
ply 4: 817ms
ply 5: 6065ms
Principal variation (depth=6,val=3):
ChessMove[Piece[WHITE Knight@0,1] -> 2,2]
ChessMove[Piece[BLACK Pawn@6,0] -> 5,0]
ChessMove[Piece[WHITE Knight@2,2] -> 4,1]
ChessMove[Piece[BLACK Pawn@5,0] -> 4,1 takes Piece[WHITE Knight@4,1]]
ChessMove[Piece[WHITE Rook@0,0] -> 0,1]
null
----
ply 1: 11ms
ply 2: 37ms
ply 3: 310ms
ply 4: 888ms
ply 5: 6424ms
Principal variation (depth=6,val=7):
ChessMove[Piece[BLACK Pawn@6,1] -> 4,1]
ChessMove[Piece[WHITE Knight@2,2] -> 4,1 takes Piece[BLACK Pawn@4,1]]
ChessMove[Piece[BLACK Pawn@6,0] -> 5,0]
ChessMove[Piece[WHITE Knight@4,1] -> 6,2 takes Piece[BLACK Pawn@6,2]]
ChessMove[Piece[BLACK Queen@7,3] -> 6,2 takes Piece[WHITE Knight@6,2]]
null
----
ply 1: 2ms
ply 2: 6ms
ply 3: 15ms
ply 4: 27ms
ply 5: 43ms
ply 6: 65ms
ply 7: 221ms
ply 8: 543ms
ply 9: 3968ms
ply 10: 10977ms
Principal variation (depth=11,val=0):
ChessMove[Piece[WHITE Knight@4,4] -> 6,5 takes Piece[BLACK Pawn@6,5]]
ChessMove[Piece[BLACK King@7,4] -> 6,5 takes Piece[WHITE Knight@6,5]]
ChessMove[Piece[WHITE Pawn@1,6] -> 2,7 takes Piece[BLACK Bishop@2,7]]
ChessMove[Piece[BLACK Pawn@6,0] -> 5,0]
ChessMove[Piece[WHITE Bishop@0,5] -> 5,0 takes Piece[BLACK Pawn@5,0]]
ChessMove[Piece[BLACK Pawn@6,1] -> 5,0 takes Piece[WHITE Bishop@5,0]]
ChessMove[Piece[WHITE Pawn@1,1] -> 3,1]
ChessMove[Piece[BLACK Bishop@7,5] -> 3,1 takes Piece[WHITE Pawn@3,1]]
ChessMove[Piece[WHITE Pawn@1,2] -> 2,2]
ChessMove[Piece[BLACK Bishop@3,1] -> 2,2 takes Piece[WHITE Pawn@2,2]]
null
----
ply 1: 2ms
ply 2: 5ms
ply 3: 40ms
ply 4: 117ms
ply 5: 844ms
ply 6: 2407ms
ply 7: 17784ms
Principal variation (depth=8,val=16):
ChessMove[Piece[BLACK King@7,4] -> 6,5 takes Piece[WHITE Knight@6,5]]
ChessMove[Piece[WHITE Pawn@1,6] -> 2,7 takes Piece[BLACK Bishop@2,7]]
ChessMove[Piece[BLACK Pawn@6,1] -> 4,1]
ChessMove[Piece[WHITE Bishop@0,5] -> 4,1 takes Piece[BLACK Pawn@4,1]]
ChessMove[Piece[BLACK Knight@7,1] -> 6,3]
ChessMove[Piece[WHITE Bishop@4,1] -> 6,3 takes Piece[BLACK Knight@6,3]]
ChessMove[Piece[BLACK Pawn@6,0] -> 5,0]
null
----
------------- ---------------- ---------------

Testcase: testConstructor took 0.001 sec
Testcase: testMove took 0.001 sec
Testcase: testImmutable took 0 sec
Testcase: testEquals took 0 sec
Testcase: testRook took 0.004 sec
Testcase: testKnight took 0.001 sec
Testcase: testBishop took 0.001 sec
Testcase: testQueen took 0.002 sec
Testcase: testKing took 0.001 sec
Testcase: testPawn took 0.002 sec
Testcase: testPawnCaptures took 0 sec
Testcase: testQueenCaptures took 0.001 sec
Testcase: testKnightCaptures took 0 sec
Testcase: testConstructor took 0 sec
Testcase: testEquals took 0 sec
Testcase: testConstructor took 0.001 sec
Testcase: testImmutable took 0 sec
Testcase: testAddMove took 0.001 sec
Testcase: testRemoveLastMove took 0 sec
Testcase: testConstructor took 0 sec
Testcase: testMove took 0.02 sec
Testcase: testNewGame took 0 sec
Testcase: testPawnPromote took 0 sec
Testcase: testSelfConsistency took 5.434 sec
Testcase: testClone took 0 sec
Testcase: testMoveHistory took 0 sec
Testcase: testLoadAndStalemate took 0 sec
Testcase: testOutOfTimeEnd took 0 sec
Testcase: testMove took 0.005 sec
Testcase: testSelfConsistency took 7.145 sec
Testcase: testMove2 took 0.002 sec
Testcase: testLoadAndMove took 0.002 sec
Testcase: testOutOfPiecesEnd took 0 sec
Testcase: testInvalidGame took 0.031 sec
Testcase: testSampleGame took 0.062 sec
Testcase: testStartGame took 0.027 sec
Testcase: testDefaultBoard took 0.034 sec
Testcase: testTimedGame took 0.526 sec
Testcase: testRoundTrip took 0.086 sec
Testcase: testGameOver took 0.047 sec
Testcase: testConstructor took 0.001 sec
Testcase: testgetGameTypeName took 0 sec
Testcase: testGetPlayers took 0 sec
Testcase: testGetPlayerDescriptions took 0 sec
Testcase: testGetPlayerTimes took 0 sec
Testcase: testGetAllowSaveLoad took 0 sec
Testcase: testExceptionsThrown took 0 sec
Testcase: testCreation took 0.02 sec
Testcase: testOpeningMoves took 12.491 sec
Testcase: testTestBoard took 28.782 sec
Testcase: testStalemate took 0.002 sec
