| |
|
| org.openide.windows.TopComponentGetLookupTest
All known Subclasses: org.openide.explorer.ExplorerUtilCreateLookupTest, org.netbeans.core.multiview.MVInnerComponentGetLookupTest, org.openide.windows.TopComponentGetLookupOverridenTest,
TopComponentGetLookupTest | public class TopComponentGetLookupTest extends NbTestCase (Code) | | Check the behaviour of TopComponent's lookup.
author: Jaroslav Tulach, Jesse Glick |
Inner Class :final protected static class N extends AbstractNode | |
Field Summary | |
protected TopComponent | get | protected Lookup | lookup | protected TopComponent | top |
get | protected TopComponent get(Code) | | |
lookup | protected Lookup lookup(Code) | | its lookup
|
top | protected TopComponent top(Code) | | top component we work on
|
TopComponentGetLookupTest | public TopComponentGetLookupTest(String testName)(Code) | | |
runInEQ | protected boolean runInEQ()(Code) | | |
setUp | protected void setUp()(Code) | | Setup component with lookup.
|
suite | public static Test suite()(Code) | | |
testActionMapIsTakenFromComponentAndAlsoFromFocusedOne | public void testActionMapIsTakenFromComponentAndAlsoFromFocusedOne()(Code) | | |
testAssociateLookupCanBecalledJustOnce | public void testAssociateLookupCanBecalledJustOnce() throws Exception(Code) | | |
testBug32470FilterNodeAndANodeImplementingACookie | public void testBug32470FilterNodeAndANodeImplementingACookie()(Code) | | |
testChangingNodesDoesNotChangeActionMap | public void testChangingNodesDoesNotChangeActionMap()(Code) | | |
testCookies | public void testCookies()(Code) | | Tests changes in cookies.
|
testFilterNodeProblems | public void testFilterNodeProblems()(Code) | | |
testForeignNodesInLookupIgnoredForNodeQuery | public void testForeignNodesInLookupIgnoredForNodeQuery() throws Exception(Code) | | Check that even if a node has a different node in its lookup, a
query on Node.class will produce only the actual activated nodes.
Other queries may return the embedded node, but not duplicates.
See Also: "#36336" |
testMapKeys45323 | public void testMapKeys45323()(Code) | | |
testNoChangeWhenSomethingIsChangedOnNotActivatedNode | public void testNoChangeWhenSomethingIsChangedOnNotActivatedNode()(Code) | | |
testNoChangeWhenSomethingIsChangedOnNotActivatedNode2 | public void testNoChangeWhenSomethingIsChangedOnNotActivatedNode2()(Code) | | |
testNodes | public void testNodes()(Code) | | |
testNodesAreInTheLookupAndNothingIsFiredBeforeFirstQuery | public void testNodesAreInTheLookupAndNothingIsFiredBeforeFirstQuery()(Code) | | |
testNodesAreThereEvenIfTheyAreNotContainedInTheirOwnLookup | public void testNodesAreThereEvenIfTheyAreNotContainedInTheirOwnLookup()(Code) | | |
testNodesSuperclassesWhenTheyAreNotInTheirLookup | public void testNodesSuperclassesWhenTheyAreNotInTheirLookup()(Code) | | |
testNodesWhenTheyAreNotInTheirLookup | public void testNodesWhenTheyAreNotInTheirLookup()(Code) | | |
|
|
|