MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / tests

Function tests

kernel/tests/src/dispatch_esr_page_fault/behavior.cpp:40–44  ·  view source on GitHub ↗

<!-- description --> @brief Used to execute the actual checks. We put the checks in this function so that we can validate the tests both at compile-time and at run-time. If a bsl::ut_check fails, the tests will either fail fast at run-time, or will produce a compile-time error. <!-- inputs/outputs --> @return Always returns bsl::exit_success.

Source from the content-addressed store, hash-verified

38 /// @return Always returns bsl::exit_success.
39 ///
40 [[nodiscard]] constexpr auto
41 tests() noexcept -> bsl::exit_code
42 {
43 return bsl::ut_success();
44 }
45}
46
47/// <!-- description -->

Callers 15

mainFunction · 0.70
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected