Package ghidra.test.processors.support
package ghidra.test.processors.support
-
ClassDescription
PCodeTestAbstractControlBlock
data is models the general capabilities of the TestInfo data structure which is used for different puposes as handled by extensions of this class.PCodeTestControlBlock
data is read from each binary test file and identified by the MAIN_CONTROL_BLOCK_MAGIC 64-bit character field value at the start of the data structure.PCodeTestGroup
identifies a test group function and its corresponding PCodeTestGroupControlBlock.PCodeTestGroupControlBlock
corresponds to each test group contained within a binary test file and identified by the GROUP_CONTROL_BLOCK_MAGIC 64-bit character field value at the start of the data structure.ProcessorEmulatorTestAdapter
provides an abstract JUnit test implementation for processor-specific test cases.