AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::TestContext Member List

This is the complete list of members for asmgrader::TestContext, including all inherited members.

create_buffer()asmgrader::TestContext
exec_syscall(u64 sys_nr, std::array< std::uint64_t, 6 > args)asmgrader::TestContext
finalize()asmgrader::TestContext
find_function(std::string name)asmgrader::TestContext
find_symbol(std::string_view name)asmgrader::TestContext
flush_stdin()asmgrader::TestContext
get_full_stdout()asmgrader::TestContext
get_name() constasmgrader::TestContext
get_registers() constasmgrader::TestContext
get_stdout()asmgrader::TestContext
get_syscall_records() constasmgrader::TestContext
require(bool condition, std::string msg, RequirementResult::DebugInfo debug_info=RequirementResult::DebugInfo{})asmgrader::TestContext
require(bool condition, RequirementResult::DebugInfo debug_info=RequirementResult::DebugInfo{})asmgrader::TestContext
restart_program()asmgrader::TestContext
run()asmgrader::TestContext
send_stdin(const std::string &input)asmgrader::TestContext
TestContext(TestBase &test, Program program, std::function< void(const RequirementResult &)> on_requirement=common::noop) noexceptasmgrader::TestContextexplicit