Notes
This function is in beta test. Please help improve it in the issues
here.
Your Answer
Running main() from gtest_main.cc Note: Google Test filter = Board.GetEmptySquareVH [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from Board [ RUN ] Board.GetEmptySquareVH [ OK ] Board.GetEmptySquareVH [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. [ PASSED ] 1 test.
JOJ Answer
Running main() from gtest_main.cc Note: Google Test filter = Board.GetEmptySquareVH [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from Board [ RUN ] Board.GetEmptySquareVH [ OK ] Board.GetEmptySquareVH [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. [ PASSED ] 1 test.