MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / test_runtime_version

Method test_runtime_version

test/source/tests/runtime_tests.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void concurrencpp::tests::test_runtime_version() {
117 auto version = concurrencpp::runtime::version();
118 assert_equal(std::get<0>(version), concurrencpp::details::consts::k_concurrencpp_version_major);
119 assert_equal(std::get<1>(version), concurrencpp::details::consts::k_concurrencpp_version_minor);
120 assert_equal(std::get<2>(version), concurrencpp::details::consts::k_concurrencpp_version_revision);
121}
122
123using namespace concurrencpp::tests;
124

Callers

nothing calls this directly

Calls 1

assert_equalFunction · 0.85

Tested by

no test coverage detected