AsmGrader 0.0.0
Loading...
Searching...
No Matches
test_context.hpp File Reference
#include <asmgrader/api/asm_buffer.hpp>
#include <asmgrader/api/asm_function.hpp>
#include <asmgrader/api/asm_symbol.hpp>
#include <asmgrader/api/registers_state.hpp>
#include <asmgrader/common/aliases.hpp>
#include <asmgrader/common/error_types.hpp>
#include <asmgrader/common/functional.hpp>
#include <asmgrader/grading_session.hpp>
#include <asmgrader/logging.hpp>
#include <asmgrader/program/program.hpp>
#include <asmgrader/subprocess/memory/concepts.hpp>
#include <asmgrader/subprocess/run_result.hpp>
#include <asmgrader/subprocess/syscall_record.hpp>
#include <fmt/base.h>
#include <fmt/format.h>
#include <array>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <sys/user.h>
Include dependency graph for test_context.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  asmgrader::TestContext
 User-facing API for use within an assignment test case for: Interacting with or querying data for the student's assembled binary Test result collection (requirements, pass/fail cases) Performing any other esoteric test-related action. More...
 

Namespaces

namespace  asmgrader