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 = Player.MyopicSelectSquare
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from Player
[ RUN      ] Player.MyopicSelectSquare
[       OK ] Player.MyopicSelectSquare
[----------] 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 = Player.MyopicSelectSquare
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from Player
[ RUN      ] Player.MyopicSelectSquare
[       OK ] Player.MyopicSelectSquare
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran.
[  PASSED  ] 1 test.