Skip to content
Gökhan Şimşek edited this page Dec 15, 2020 · 11 revisions

This document is being updated...


E.g.:

\robo\bin>run_tests

*******************  Running unit tests *******************
Mode: Release
Run : E:\robo\bin\..\\build\Release\src\robomongo-unit-tests\Release\robo_unit_tests.exe

[==========] Running 3 tests from 3 test cases.
[----------] Global test environment set-up.
[----------] 1 test from RoboCrypt_CoreTests
[ RUN      ] RoboCrypt_CoreTests.encrypt_decrypt
[       OK ] RoboCrypt_CoreTests.encrypt_decrypt (12 ms)
[----------] 1 test from RoboCrypt_CoreTests (13 ms total)

[----------] 1 test from StringOperationsTests
[ RUN      ] StringOperationsTests.captilizeFirstChar
[       OK ] StringOperationsTests.captilizeFirstChar (0 ms)
[----------] 1 test from StringOperationsTests (1 ms total)

[----------] 1 test from hex_utils_tests
[ RUN      ] hex_utils_tests.test_1
[       OK ] hex_utils_tests.test_1 (0 ms)
[----------] 1 test from hex_utils_tests (0 ms total)

[----------] Global test environment tear-down
[==========] 3 tests from 3 test cases ran. (18 ms total)
[  PASSED  ] 3 tests.