AbstractProgramBasedTest

Package: ghidra.test
Type: class

10.3_PUBLIC

addedmethod: getField
ghidra.app.util.viewer.field.ListingField getField(ghidra.program.model.address.Address a, java.lang.String fieldName)
addedmethod: getField
ghidra.app.util.viewer.field.ListingField getField(java.lang.String fieldName, int occurrence, java.math.BigInteger index, docking.widgets.fieldpanel.FieldPanel fieldPanel)

9.0.2_PUBLIC

addedfield: codeBrowser
ghidra.app.plugin.core.codebrowser.CodeBrowserPlugin codeBrowser
addedfield: env
ghidra.test.TestEnv env
addedmethod: getProgram
ghidra.program.model.listing.Program getProgram() throws Exception
addedmethod: getProgramName
java.lang.String getProgramName()
addedmethod: initialize
void initialize() throws Exception
addedfield: program
ghidra.program.model.listing.Program program
addedfield: tool
ghidra.framework.plugintool.PluginTool tool

9.0.1_PUBLIC

introducedInitial version