nasrabadiAM / tictactoe

Another Tic Tac Toe Game
Apache License 2.0
1 stars 0 forks source link

Write Ui Test for first Row horizontal X Win case #4

Closed nasrabadiAM closed 4 months ago

nasrabadiAM commented 4 months ago

I will write a ui test for this scenario for all horizontal scenarios of x win case and then check other scenarios of horizontal X win in unit tests. X - X - X D - D - D D - D - D

Also write unit test for all possible scenario of our vertical case of x. X - X - X D - D - D D - D - D

D - D - D X - X - X D - D - D

D - D - D D - D - D X - X - X