Searched refs:fake_context (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Daction_test.cpp53 fake_context(const char* cwd = "/foo/bar") function in namespace:__anon1852
67 const engine::context context = fake_context();
76 const engine::action action1(fake_context("foo/bar"));
77 const engine::action action2(fake_context("foo/bar"));
78 const engine::action action3(fake_context("foo/baz"));
89 const engine::context context = fake_context();

Completed in 63 milliseconds