14namespace hegel::internal {
16 hegel::internal::json::json
17 communicate_with_core(
const hegel::internal::json::json& schema,
18 const hegel::TestCase& tc);
25 class HegelReject :
public std::exception {
27 const char* what() const noexcept
override {
28 return "test case rejected";
37 class HegelStopTest :
public std::exception {
39 const char* what() const noexcept
override {
40 return "test case stopped by backend";
Handle to the currently-executing test case.
Definition test_case.h:34
Main namespace.
Definition core.h:16