Exemple #1
0
        public void ImplicitOperatorBoolean_GivenPlayer_ShouldReturn(PieceColor playingWith, PieceColor expected)
        {
            PieceColor actual = CreatePlayer("test", playingWith);

            actual.Should().Be(expected);
        }