Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr


        

Your Answer

Running main() from gtest_main.cc
Note: Google Test filter = Board.GetEmptySquareStr
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from Board
[ RUN      ] Board.GetEmptySquareStr
[       OK ] Board.GetEmptySquareStr
[----------] 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.GetEmptySquareStr
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from Board
[ RUN      ] Board.GetEmptySquareStr
[       OK ] Board.GetEmptySquareStr
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran.
[  PASSED  ] 1 test.