Package docking.widgets.fieldpanel
Class FlowLayoutTextFieldTest
- java.lang.Object
-
- generic.test.AbstractGTest
-
- generic.test.AbstractGenericTest
-
- docking.widgets.fieldpanel.FlowLayoutTextFieldTest
-
public class FlowLayoutTextFieldTest 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 FlowLayoutTextFieldTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestContains()voidtestDataToScreenLocation()voidtestGetCol()voidtestGetCursorBounds()voidtestGetHeight()voidtestGetHeightAbove()voidtestGetHeightBelow()voidtestGetNumCols()voidtestGetNumRows()voidtestGetRow()voidtestGetRowColumn()voidtestGetScrollableUnitIncrement()voidtestGetStartX()voidtestGetSubfields()voidtestGetText()voidtestGetTextOffset()voidtestGetWidth()voidtestGetX()voidtestGetY()voidtestIsPrimary()voidtestIsValid()voidtestPaint()voidtestPaintCursor()voidtestRowHeightChanged()voidtestScreenToDataLocation()voidtestSetPrimary()-
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
-
testGetWidth
public void testGetWidth()
-
testGetHeight
public void testGetHeight()
-
testGetStartX
public void testGetStartX()
-
testGetNumRows
public void testGetNumRows()
-
testGetNumCols
public void testGetNumCols()
-
testGetRow
public void testGetRow()
-
testGetCol
public void testGetCol()
-
testGetY
public void testGetY()
-
testGetX
public void testGetX()
-
testIsValid
public void testIsValid()
-
testPaint
public void testPaint()
-
testPaintCursor
public void testPaintCursor()
-
testGetCursorBounds
public void testGetCursorBounds()
-
testContains
public void testContains()
-
testGetScrollableUnitIncrement
public void testGetScrollableUnitIncrement()
-
testIsPrimary
public void testIsPrimary()
-
testSetPrimary
public void testSetPrimary()
-
testScreenToDataLocation
public void testScreenToDataLocation()
-
testDataToScreenLocation
public void testDataToScreenLocation()
-
testGetRowColumn
public void testGetRowColumn()
-
testGetSubfields
public void testGetSubfields()
-
testGetHeightAbove
public void testGetHeightAbove()
-
testGetHeightBelow
public void testGetHeightBelow()
-
testRowHeightChanged
public void testRowHeightChanged()
-
testGetText
public void testGetText()
-
testGetTextOffset
public void testGetTextOffset()
-
-