Package ghidra.program.model.data
Class FunctionDefinitionDataTypeTest
- java.lang.Object
-
- generic.test.AbstractGTest
-
- generic.test.AbstractGenericTest
-
- ghidra.program.model.data.FunctionDefinitionDataTypeTest
-
public class FunctionDefinitionDataTypeTest extends AbstractGenericTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class generic.test.AbstractGenericTest
AbstractGenericTest.ExceptionHandlingRunner
-
-
Field Summary
-
Fields inherited from class generic.test.AbstractGenericTest
concurrentTestExceptionRule, DEFAULT_TEST_TOOL_NAME, ruleChain, TESTDATA_DIRECTORY_NAME, watchman
-
Fields inherited from class generic.test.AbstractGTest
BATCH_MODE, DEFAULT_WAIT_DELAY, DEFAULT_WAIT_TIMEOUT, DEFAULT_WINDOW_TIMEOUT, PARALLEL_MODE, PRIVATE_LONG_WAIT_TIMEOUT, testName
-
-
Constructor Summary
Constructors Constructor Description FunctionDefinitionDataTypeTest()Constructor for FunctionDefinitionDataTypeTest.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestConflictsWithSpecialName()voidtestConstructor_WithDtmFuncSig()voidtestConstructor_WithDtmName()voidtestConstructor_WithDtmNameFuncSig()voidtestConstructor_WithFuncSig()voidtestConstructor_WithFunctionDefDt()voidtestConstructor_WithName()voidtestSetArguments()voidtestSetComment()voidtestSetName()voidtestSetReturnType()-
Methods inherited from class generic.test.AbstractGenericTest
clickMouse, clickMouse, clickTableCell, createApplicationConfiguration, createApplicationLayout, createStackTraceForAllThreads, createTempDirectory, createTempFile, createTempFile, createTempFileForTest, createTempFileForTest, createTempFilePath, createTempFilePath, deleteMatchingTempFiles, deleteSimilarTempFiles, doubleClick, dragMouse, editCell, executeOnSwingWithoutBlocking, findAbstractButtonByName, findAbstractButtonByText, findButtonByIcon, findButtonByText, findComponent, findComponent, findComponentByName, findComponentByName, findComponentsByName, findOwnedWindows, findPathToText, findTestDataFile, findTreePathToText, fixupGUI, getAllWindows, getDebugFileDirectory, getInstanceField, getInstanceFieldByClassType, getLocalResourceFile, getTestDataDir, getTestDataDirectory, getTestDataFile, getText, hasTestFailed, initializeLayout, initializeSystemProperties, invokeConstructor, invokeInstanceMethod, invokeInstanceMethod, leftClick, loadTextResource, loadTextResource, middleClick, moveMouse, postEvent, pressButton, pressButton, pressButtonByName, pressButtonByName, pressButtonByText, pressButtonByText, printMemory, privateWaitForPostedSwingRunnables_SwingSafe, rightClick, runSwing, runSwing, runSwing, setComboBoxSelection, setInstanceField, setText, testFailed, toString, waitForPostedSwingRunnables, waitForSwing, waitForTasks, windowForComponent, yieldToSwing
-
Methods inherited from class generic.test.AbstractGTest
assertArraysEqualOrdered, assertArraysEqualUnordered, assertArraysEqualUnordered, assertContainsExactly, assertContainsExactly, assertListEqualOrdered, assertListEqualOrdered, assertListEqualsArrayOrdered, assertListEqualsArrayUnordered, assertListEqualUnordered, failWithException, getName, getRandomInt, getRandomInt, getRandomString, getRandomString, getTestDirectoryPath, sleep, waitFor, waitFor, waitFor, waitForCondition, waitForCondition, waitForConditionWithoutFailing, waitForValue, waitForValueWithoutFailing
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception- Throws:
java.lang.Exception
-
testConstructor_WithName
public void testConstructor_WithName()
-
testConstructor_WithDtmName
public void testConstructor_WithDtmName() throws java.lang.Exception- Throws:
java.lang.Exception
-
testConstructor_WithFuncSig
public void testConstructor_WithFuncSig()
-
testConstructor_WithDtmFuncSig
public void testConstructor_WithDtmFuncSig()
-
testConstructor_WithDtmNameFuncSig
public void testConstructor_WithDtmNameFuncSig()
-
testConstructor_WithFunctionDefDt
public void testConstructor_WithFunctionDefDt()
-
testSetArguments
public void testSetArguments() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetName
public void testSetName() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetComment
public void testSetComment() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetReturnType
public void testSetReturnType()
-
testConflictsWithSpecialName
public void testConflictsWithSpecialName()
-
-