Uses of Class
jp.vmi.selenium.selenese.result.CommandResultList
-
Packages that use CommandResultList Package Description jp.vmi.html.result jp.vmi.selenium.selenese jp.vmi.selenium.selenese.command jp.vmi.selenium.selenese.result -
-
Uses of CommandResultList in jp.vmi.html.result
Methods in jp.vmi.html.result that return CommandResultList Modifier and Type Method Description CommandResultListIHtmlResultTestCase. getResultList()Get test-case result list. -
Uses of CommandResultList in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese that return CommandResultList Modifier and Type Method Description CommandResultListErrorTestCase. getResultList()Get test-case result list.CommandResultListTestCase. getResultList()Get test-case result list. -
Uses of CommandResultList in jp.vmi.selenium.selenese.command
Methods in jp.vmi.selenium.selenese.command with parameters of type CommandResultList Modifier and Type Method Description ResultCommandList. execute(Context context, CommandResultList cresultList)Execute command list. -
Uses of CommandResultList in jp.vmi.selenium.selenese.result
Constructors in jp.vmi.selenium.selenese.result with parameters of type CommandResultList Constructor Description CommandResultMap(CommandResultList cresultList)Constructor.
-