Open jamesqo opened 4 years ago
Assert.Throws<AnParseException>
StateTests
MoveTests
ApplyMove
IsMovePossible
GetPossibleDestinations
ParseFen
Assert.Throws<AnParseException>
tests should be moved fromStateTests
toMoveTests
, or these exceptions should be wrappedApplyMove
,IsMovePossible
/GetPossibleDestinations
,ParseFen
, etc. once the functionality is implemented