$ ./test⏎
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from SampleTest
[ RUN      ] SampleTest.Add
test.cpp:10: Failure
Expected equality of these values:
  5
  add(1, 2)
    Which is: 3

[  FAILED  ] SampleTest.Add (0 ms)
[----------] 1 test from SampleTest (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:  ←テストが失敗した
[  FAILED  ] SampleTest.Add

 1 FAILED TEST
