l Class javasoft.sqe.tests.api.javax.javahelp.JHelp Tests

Class javasoft.sqe.tests.api.javax.help.JHelp Tests


TestJHelp.AddHelpNavigator(JHelpNavigator navigator)
TestJHelp.GetCurrentNavigator()
TestJHelp.GetContentViewer()
TestJHelp.GetModel()
TestJHelp.GetHelpSetURL()
TestJHelp.GetHelpNavigators()
TestJHelp.GetUI()
TestJHelp.GetUIClassID)
TestJHelp.IsNavigatorDisplayed()
TestJHelp.JHelp()
TestJHelp.JHelp(HelpSet hs)
TestJHelp.JHelp(TextModel model)
TestJHelp.RemoveHelpNavigator(JHelpNavigator navigator)
TestJHelp.SetCurrentURL(URL url)
TestJHelp.SetModel(TextHelpModel newModel)
TestJHelp.SetUI(HelpUI ui)
TestJHelp.SetCurrentNavigator(JHelpNavigator navigator)
TestJHelp.SetCurrentID(Map.ID id)
TestJHelp.SetCurrentID(String id)
TestJHelp.SetHelpSetSpec(java.lang.String spec)
TestJHelp.SetNavigatorDisplayed(boolean displayed)
TestJHelp.setupNavigators()
TestJHelp.UpdateUI()
JHelp.getAccessibleContext()

JHelpTest

title JHelp.JHelp()
name JHelpTest1
source JHelpTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.JHelpTest
executeArgs -TestCaseID testCase1
keywords positive javahelp extensionAPI

JHelpTest

title JHelp.JHelp(HelpSet hs)
name JHelpTest2
source JHelpTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.JHelpTest
executeArgs -TestCaseID testCase2 testCase3
keywords positive javahelp extensionAPI

JHelpTest

title JHelp.JHelp(TextModel model)
name JHelpTest3
source JHelpTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.JHelpTest
executeArgs -TestCaseID testCase4 testCase5
keywords positive javahelp extensionAPI

GetModelTest

title JHelp.getModel()
name GetModel
source GetModelTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.GetModelTest
executeArgs -TestCaseID testCase1 testCase2
keywords positive javahelp extensionAPI

SetModelTest

title JHelp.setModel(TextHelpModel model)
name SetModel
source SetModelTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.SetModelTest
executeArgs -TestCaseID testCase1 testCase2
keywords positive javahelp extensionAPI

GetUITest

title JHelp.getUI()
name GetUI
source GetUITest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.GetUITest
executeArgs -TestCaseID testCase1 testCase2
keywords positive javahelp extensionAPI

SetUITest

title JHelp.setUI(HelpUI ui)
name SetUI
source SetUITest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.SetUITest
executeArgs -TestCaseID testCase1 testCase2
keywords positive javahelp extensionAPI

UpdateUITest

title JHelp.updateUI()
name UpdateUI
source UpdateUITest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.UpdateUITest
executeArgs -TestCaseID testCase1
keywords positive javahelp extensionAPI

GetHelpSetURLTest

title JHelp.getHelpSetURL()
name GetHelpSetURL
source GetHelpSetURLTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.GetHelpSetURLTest
executeArgs -TestCaseID testCase1
keywords positive javahelp extensionAPI

SetCurrentURLTest

title JHelp.setCurrentURL(URL url)
name SetCurrentURL
source SetCurrentURLTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.SetCurrentURLTest
executeArgs -TestCaseID testCase1 testCase2
keywords positive javahelp extensionAPI

GetCurrentNavigatorTest

title JHelp.getCurrentNavigator()
name GetCurrentNavigator
source GetCurrentNavigatorTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.GetCurrentNavigatorTest
executeArgs -TestCaseID testCase1
keywords positive javahelp extensionAPI

SetCurrentNavigatorTest

title JHelp.setCurrentNavigator(JHelpNavigator navigator)
name SetCurrentNavigator
source SetCurrentNavigatorTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.SetCurrentNavigatorTest
executeArgs -TestCaseID testCase1 testCase2
keywords positive javahelp extensionAPI

GetUIClassIDTest

title JHelp.getUIClassID()
name GetUIClassID
source GetUIClassIDTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.GetUIClassIDTest
executeArgs -TestCaseID testCase1
keywords positive javahelp extensionAPI

GetContentViewerTest

title JHelp.getContentViewer()
name GetContentViewer
source GetContentViewerTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.GetContentViewerTest
executeArgs -TestCaseID testCase1
keywords positive javahelp extensionAPI

GetHelpNavigatorsTest

title JHelp.getHelpNaviogators()
name GetHelpNavigators
source GetHelpNavigatorsTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.GetHelpNavigatorsTest
executeArgs -TestCaseID testCase1
keywords positive javahelp extensionAPI

SetCurrentIDTest

title JHelp.setCurrentID(Map.ID id)
name SetCurrentID1
source SetCurrentIDTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.SetCurrentIDTest
executeArgs -TestCaseID testCase1 testCase2 testCase3
keywords positive javahelp extensionAPI

SetCurrentIDTest

title JHelp.setCurrentID(String id)
name SetCurrentID2
source SetCurrentIDTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.SetCurrentIDTest
executeArgs -TestCaseID testCase4 testCase5 testCase6
keywords positive javahelp extensionAPI

SetHelpSetSpecTest

title JHelp.setHelpSetSpec(String spec)
name SetHelpSetSpec
source SetHelpSetSpecTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.SetHelpSetSpecTest
executeArgs -TestCaseID testCase1 testCase2
keywords positive javahelp extensionAPI

SetNavigatorDisplayedTest

title JHelp.setNavigatorDisplayed(boolean dis)
name SetNavigatorDisplayed
source SetNavigatorDisplayedTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.SetNavigatorDisplayedTest
executeArgs -TestCaseID testCase1 testCase2
keywords positive javahelp extensionAPI

IsNavigatorDisplayedTest

title JHelp.isNavigatorDisplayed()
name IsNavigatorDisplayed
source IsNavigatorDisplayedTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.IsNavigatorDisplayedTest
executeArgs -TestCaseID testCase1 testCase2
keywords positive javahelp extensionAPI

AddHelpNavigatorTest

title JHelp.addHelpNavigator(JHelpNavigator navigator)
name AddHelpNavigator
source AddHelpNavigatorTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.AddHelpNavigatorTest
executeArgs -TestCaseID testCase1 testCase2
keywords positive javahelp extensionAPI

RemoveHelpNavigatorTest

title JHelp.removeHelpNavigator(JHelpNavigator navigator)
name RemoveHelpNavigator
source RemoveHelpNavigatorTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.RemoveHelpNavigatorTest
executeArgs -TestCaseID testCase1 testCase2
keywords positive javahelp extensionAPI

SetupNavigatorsTest

title JHelp.setupNavigators()
name SetupNavigators
source SetupNavigatorsTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.SetupNavigatorsTest
executeArgs -TestCaseID testCase1
keywords positive javahelp extensionAPI

JHelp.getAccessibleContext()

title JHelp.getAccessibleContext()
name GetAccessibleContext
source GetAccessibleContextTest.java
executeClass javasoft.sqe.tests.api.javax.help.JHelp.GetAccessibleContextTest
executeArgs -TestCaseID testCase1 testCase2 testCase3 testCase4
keywords positive javahelp extensionAPI