-
Notifications
You must be signed in to change notification settings - Fork 801
Unit Tests
Gökhan Şimşek edited this page Nov 30, 2020
·
11 revisions
This document is being updated...
\robo\bin>run_tests
******************* Running unit tests in Release mode *******************
"Running file: \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 (70 ms)
[----------] 1 test from RoboCrypt_CoreTests (71 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. (76 ms total)
[ PASSED ] 3 tests.