Package ghidra.test.processors.support
package ghidra.test.processors.support
-
ClassDescription
PCodeTestAbstractControlBlockdata is models the general capabilities of the TestInfo data structure which is used for different puposes as handled by extensions of this class.PCodeTestControlBlockdata 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.PCodeTestGroupidentifies a test group function and its corresponding PCodeTestGroupControlBlock.PCodeTestGroupControlBlockcorresponds 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.ProcessorEmulatorTestAdapterprovides an abstract JUnit test implementation for processor-specific test cases.