Home
last modified time | relevance | path

Searched refs:runtime_context (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Daction.cpp82 engine::action::runtime_context(void) const in runtime_context() function in engine::action
121 output << F("action{context=%s}") % object.runtime_context(); in operator <<()
H A Daction.hpp60 const context& runtime_context(void) const;
H A Daction_test.cpp69 ATF_REQUIRE(context == action.runtime_context()); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report.cpp199 print_context(action.runtime_context()); in got_action()
H A Dcmd_report_html.cpp297 const engine::context& context = action.runtime_context(); in got_action()