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