public class TestDefaultToolTipManager extends Object
DefaultToolTipManager.| Constructor and Description |
|---|
TestDefaultToolTipManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testGetAdditionalTipSeparatorDefault()
Tests whether the correct default separator is returned.
|
void |
testGetAdditionalToolTipAfterSet()
Tests whether the additional tool tip can be queried after it has been
set.
|
void |
testGetAdditionalToolTipCompUndefined()
Tests whether the additional tool tip can be queried by component if it
is undefined.
|
void |
testGetAdditionalToolTipNameUndefined()
Tests whether the additional tool tip can be queried by name if it is
undefined.
|
void |
testGetAdditionalToolTipNameUnknown()
Tries to query the additional tool tip for an unknown name.
|
void |
testGetComponentBuilderData()
Tests whether the correct component builder data object is returned.
|
void |
testGetToolTipAfterSet()
Tests whether the correct tool tip is returned after it has been set.
|
void |
testGetToolTipComp()
Tests whether the standard tool tip for a component can be queried.
|
void |
testGetToolTipCompCached()
Tests whether the tool tip information is cached after it was fetched for
a component.
|
void |
testGetToolTipName()
Tests whether the standard tool tip can be queried by name.
|
void |
testGetToolTipNameCached()
Tests whether tool tips queried by name are cached.
|
void |
testGetToolTipNameUnknown()
Tries to query the tool tip by name if the name cannot be resolved.
|
void |
testInitNoData()
Tries to create an instance without a data object.
|
void |
testSetAdditionalTipSeparator()
Tests whether the tip separator can be changed.
|
void |
testSetAdditionalToolTipCompNoStdTip()
Tests whether the additional tool tip can be set for a component if no
standard tool tip is set.
|
void |
testSetAdditionalToolTipCompWithStdTip()
Tests whether the standard and the additional tool tip are combined to a
common tip.
|
void |
testSetAdditionalToolTipNameNoStdTip()
Tests whether the additional tool tip can be set for a component
specified by its name if no standard tool tip is set.
|
void |
testSetAdditionalToolTipNameUnknown()
Tries to set the additional tool tip for an unknown component name.
|
void |
testSetAndResetTip()
Tests whether both the additional and the standard tip can be set and
later reset.
|
void |
testSetToolTipComp()
Tests whether the tool tip can be set for a component.
|
void |
testSetToolTipName()
Tests whether the tool tip can be set for a component specified by name.
|
void |
testSetToolTipNameUnknown()
Tries to set the tool tip for an unknown component name.
|
void |
testSetToolTipNull()
Tests whether both components of the tool tip can be set to null.
|
public void testGetComponentBuilderData()
public void testInitNoData()
public void testGetAdditionalTipSeparatorDefault()
public void testSetAdditionalTipSeparator()
public void testGetToolTipNameUnknown()
public void testGetToolTipName()
public void testGetToolTipNameCached()
public void testGetToolTipComp()
public void testGetToolTipCompCached()
public void testGetAdditionalToolTipNameUnknown()
public void testGetAdditionalToolTipNameUndefined()
public void testGetAdditionalToolTipCompUndefined()
public void testSetToolTipNameUnknown()
public void testSetToolTipName()
public void testSetToolTipComp()
public void testGetToolTipAfterSet()
public void testSetAdditionalToolTipNameUnknown()
public void testSetAdditionalToolTipNameNoStdTip()
public void testSetAdditionalToolTipCompNoStdTip()
public void testGetAdditionalToolTipAfterSet()
public void testSetAdditionalToolTipCompWithStdTip()
public void testSetAndResetTip()
public void testSetToolTipNull()
Copyright © 2016 The JGUIraffe Team. All rights reserved.