Build failed in Jenkins: RobotFramework-SwingLibrary #650

17 views
Skip to first unread message

Robot Framework CI

unread,
Sep 14, 2011, 3:37:17 AM9/14/11
to robotframework...@googlegroups.com
See <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework-SwingLibrary/650/>

------------------------------------------
[...truncated 753 lines...]
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.072 sec
[junit]
[junit] Testcase: findsComponentWithNameAndCreatesOperatorForIt took 0.063 sec
[junit] Testcase: findsComponentWithIndexAndCreatesOperatorForIt took 0.007 sec
[junit] Testsuite: org.robotframework.swing.tab.TabPaneOperatorFactorySpec
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.07 sec
[junit]
[junit] Testcase: hasContextVerifier took 0.007 sec
[junit] Testcase: findsComponentWithNameAndCreatesOperatorForIt took 0.004 sec
[junit] Testcase: findsComponentWithIndexAndCreatesOperatorForIt took 0.003 sec
[junit] Testcase: createsOperatorFromContextSourceIfSourceIsJTabbedPane took 0.047 sec
[junit] Testcase: createsOperatorFromContextIfSourceIsContainer took 0.003 sec
[junit] Testsuite: org.robotframework.swing.table.AbstractTableCellChooserSpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.128 sec
[junit]
[junit] Testcase: choosesCellWithMatchingRow took 0.125 sec
[junit] Testcase: doesntChooseCellWhenRowDoesntMatch took 0 sec
[junit] Testsuite: org.robotframework.swing.table.InvalidCellExceptionSpec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit]
[junit] Testcase: errorMessageShouldDescribeThatCellDoesntExist took 0.001 sec
[junit] Testsuite: org.robotframework.swing.table.TableOperatorSpec
[junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.114 sec
[junit]
[junit] Testcase: requiresExactMatchWhenComparesValues took 0.002 sec
[junit] Testcase: clearsSelection took 0.001 sec
[junit] Testcase: findsCellRow took 0 sec
[junit] Testcase: getsRowCount took 0 sec
[junit] Testcase: getsColumnCount took 0 sec
[junit] Testcase: getsSource took 0 sec
[junit] Testcase: selectingNonexistentCellFails took 0.004 sec
[junit] Testcase: getsTableHeaders took 0.085 sec
[junit] Testcase: checksCellIsSelected took 0.003 sec
[junit] Testcase: selectsCell took 0.001 sec
[junit] Testcase: setsCellValue took 0.001 sec
[junit] Testcase: typesIntoCell took 0.001 sec
[junit] Testcase: clearsCell took 0 sec
[junit] Testcase: callsPopupOnCell took 0.001 sec
[junit] Testcase: checksCellIsSelected took 0.001 sec
[junit] Testcase: selectsCell took 0 sec
[junit] Testcase: setsCellValue took 0 sec
[junit] Testcase: typesIntoCell took 0 sec
[junit] Testcase: clearsCell took 0.001 sec
[junit] Testcase: callsPopupOnCell took 0.001 sec
[junit] Testsuite: org.robotframework.swing.textcomponent.EditorPaneOperatorSpec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.154 sec
[junit]
[junit] Testcase: activatesHyperLink took 0.152 sec
[junit] Testsuite: org.robotframework.swing.textcomponent.HtmlElementSpec
[junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
[junit]
[junit] Testcase: createsUrl took 0.009 sec
[junit] Testcase: getsText took 0.004 sec
[junit] Testcase: getsChildElement took 0.002 sec
[junit] Testcase: getsHref took 0 sec
[junit] Testcase: delegatesGetAttributes took 0.001 sec
[junit] Testcase: delegatesGetDocument took 0.001 sec
[junit] Testcase: delegatesGetElement took 0.001 sec
[junit] Testcase: delegatesGetElementCount took 0.001 sec
[junit] Testcase: delegatesGetElementIndex took 0.001 sec
[junit] Testcase: delegatesGetEndOffset took 0.001 sec
[junit] Testcase: delegatesGetName took 0.001 sec
[junit] Testcase: delegatesGetParentElement took 0.001 sec
[junit] Testcase: delegatesGetStartOffset took 0.001 sec
[junit] Testcase: delegatesIsLeaf took 0.001 sec
[junit] Testsuite: org.robotframework.swing.textcomponent.HyperlinkEventFactorySpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.083 sec
[junit]
[junit] Testcase: createsHyperLinkEvent took 0.075 sec
[junit] Testcase: failsWhenLinkNotFound took 0.005 sec
[junit] Testsuite: org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
[junit] ------------- Standard Error -----------------
[junit] UIDefaults.getUI() failed: no ComponentUI class for: org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec$Any$1[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=]
[junit] java.lang.Error
[junit] at javax.swing.UIDefaults.getUIError(UIDefaults.java:712)
[junit] at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:133)
[junit] at javax.swing.UIDefaults.getUI(UIDefaults.java:742)
[junit] at javax.swing.UIManager.getUI(UIManager.java:989)
[junit] at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:332)
[junit] at javax.swing.text.JTextComponent.<init>(JTextComponent.java:306)
[junit] at org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec$Any$1.<init>(TextComponentOperatorFactorySpec.java:19)
[junit] at org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec$Any.createComponent(TextComponentOperatorFactorySpec.java:19)
[junit] at org.robotframework.swing.factory.OperatorFactorySpecification$AnyIdentifierParsingOperatorFactory.create(OperatorFactorySpecification.java:80)
[junit] at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at jdave.DefaultContextObjectFactory.newContextObject(DefaultContextObjectFactory.java:32)
[junit] at jdave.runner.ExecutingBehavior.newContext(ExecutingBehavior.java:136)
[junit] at jdave.runner.ExecutingBehavior.runSpec(ExecutingBehavior.java:88)
[junit] at jdave.runner.ExecutingBehavior.runInCurrentThread(ExecutingBehavior.java:61)
[junit] at jdave.runner.ExecutingBehavior.run(ExecutingBehavior.java:53)
[junit] at jdave.junit4.JDaveCallback.onBehavior(JDaveCallback.java:52)
[junit] at jdave.runner.Context.run(Context.java:48)
[junit] at jdave.runner.SpecRunner.run(SpecRunner.java:54)
[junit] at jdave.runner.SpecRunner.run(SpecRunner.java:47)
[junit] at jdave.junit4.JDaveRunner.run(JDaveRunner.java:56)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:36)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:743)
[junit] UIDefaults.getUI() failed: no ComponentUI class for: org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec$Any$1[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=]
[junit] java.lang.Error
[junit] at javax.swing.UIDefaults.getUIError(UIDefaults.java:712)
[junit] at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:133)
[junit] at javax.swing.UIDefaults.getUI(UIDefaults.java:742)
[junit] at javax.swing.UIManager.getUI(UIManager.java:989)
[junit] at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:332)
[junit] at javax.swing.text.JTextComponent.<init>(JTextComponent.java:306)
[junit] at org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec$Any$1.<init>(TextComponentOperatorFactorySpec.java:19)
[junit] at org.robotframework.swing.textcomponent.TextComponentOperatorFactorySpec$Any.createComponent(TextComponentOperatorFactorySpec.java:19)
[junit] at org.robotframework.swing.factory.OperatorFactorySpecification$AnyIdentifierParsingOperatorFactory.create(OperatorFactorySpecification.java:80)
[junit] at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at jdave.DefaultContextObjectFactory.newContextObject(DefaultContextObjectFactory.java:32)
[junit] at jdave.runner.ExecutingBehavior.newContext(ExecutingBehavior.java:136)
[junit] at jdave.runner.ExecutingBehavior.runSpec(ExecutingBehavior.java:88)
[junit] at jdave.runner.ExecutingBehavior.runInCurrentThread(ExecutingBehavior.java:61)
[junit] at jdave.runner.ExecutingBehavior.run(ExecutingBehavior.java:53)
[junit] at jdave.junit4.JDaveCallback.onBehavior(JDaveCallback.java:52)
[junit] at jdave.runner.Context.run(Context.java:48)
[junit] at jdave.runner.SpecRunner.run(SpecRunner.java:54)
[junit] at jdave.runner.SpecRunner.run(SpecRunner.java:47)
[junit] at jdave.junit4.JDaveRunner.run(JDaveRunner.java:56)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:36)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:743)
[junit] ------------- ---------------- ---------------
[junit]
[junit] Testcase: findsComponentWithNameAndCreatesOperatorForIt took 0.004 sec
[junit] Testcase: findsComponentWithIndexAndCreatesOperatorForIt took 0.004 sec
[junit] Testsuite: org.robotframework.swing.togglebutton.ToggleButtonOperatorFactorySpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
[junit]
[junit] Testcase: findsComponentWithNameAndCreatesOperatorForIt took 0.004 sec
[junit] Testcase: findsComponentWithIndexAndCreatesOperatorForIt took 0.004 sec
[junit] Testsuite: org.robotframework.swing.tree.JTreeLocationFactorySpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
[junit]
[junit] Testcase: createsJTreeLocationWithRowIndex took 0.003 sec
[junit] Testcase: createsJTreeLocationWithTreePath took 0.001 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeIteratorSpec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
[junit]
[junit] Testcase: actsOnAllNodes took 0.007 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeNodeExistenceResolverSpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
[junit]
[junit] Testcase: passesWhenTreeNodeExists took 0.003 sec
[junit] Testcase: failsWhenTreeNodeDoesntExist took 0.01 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeOperatorFactorySpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.118 sec
[junit]
[junit] Testcase: findsComponentWithNameAndCreatesOperatorForIt took 0.072 sec
[junit] Testcase: findsComponentWithIndexAndCreatesOperatorForIt took 0.037 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeOperatorSpec
[junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 0.244 sec
[junit]
[junit] Testcase: hasPopupCaller took 0.012 sec
[junit] Testcase: clicksOnNode took 0.002 sec
[junit] Testcase: expands took 0.001 sec
[junit] Testcase: collapses took 0.002 sec
[junit] Testcase: addsSelection took 0.001 sec
[junit] Testcase: removesSelection took 0.002 sec
[junit] Testcase: checksExpanded took 0.001 sec
[junit] Testcase: checksCollapsed took 0.001 sec
[junit] Testcase: getsChildNames took 0.018 sec
[junit] Testcase: checksIsLeaf took 0.001 sec
[junit] Testcase: checksIsSelected took 0.001 sec
[junit] Testcase: checksIsVisible took 0.001 sec
[junit] Testcase: isRootVisible took 0.001 sec
[junit] Testcase: getsModel took 0.004 sec
[junit] Testcase: collapses took 0.001 sec
[junit] Testcase: expands took 0.001 sec
[junit] Testcase: isCollapsed took 0.001 sec
[junit] Testcase: isExpanded took 0 sec
[junit] Testcase: isLeaf took 0 sec
[junit] Testcase: getsTreeNodeLabel took 0.004 sec
[junit] Testcase: getsTreeNodeIndex took 0.001 sec
[junit] Testcase: createsPopupOperator took 0.018 sec
[junit] Testcase: createsPopupOperatorOnSelectedNodes took 0.001 sec
[junit] Testcase: callsPopuOnRow took 0.047 sec
[junit] Testcase: operatesOnAllNodes took 0.006 sec
[junit] Testsuite: org.robotframework.swing.tree.TreePathFactorySpec
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
[junit]
[junit] Testcase: createsTreePathWithNodePath took 0.002 sec
[junit] Testcase: createsTreePathWithRowIndex took 0.001 sec
[junit] Testcase: treePathCreationFailsIfRowIndexCannotBeFound took 0.001 sec
[junit] Testsuite: org.robotframework.swing.tree.TreePopupMenuItemFinderSpec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
[junit]
[junit] Testcase: findsPopupMenuItemWithTreeRowIndexAndMenuPath took 0.016 sec
[junit] Testsuite: org.robotframework.swing.tree.TreePopupMenuOperatorFactorySpec
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
[junit]
[junit] Testcase: createsOperatorByIndex took 0.002 sec
[junit] Testcase: createsOperatorByNodePath took 0.001 sec
[junit] Testcase: createsOperatorBySelection took 0.002 sec
[junit] Testsuite: org.robotframework.swing.tree.TreeSupportSpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
[junit]
[junit] Testcase: hasOperatorFactory took 0 sec
[junit] Testcase: createsTreeOperatorAndVerifiesContext took 0.001 sec
[junit] Testsuite: org.robotframework.swing.util.ComponentExistenceResolverSpec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
[junit]
[junit] Testcase: satisfiesConditionIfComponentFound took 0.001 sec
[junit] Testcase: doesNotSatisfyConditionIfComponentIsNotFound took 0.002 sec
[junit] Testsuite: org.robotframework.swing.util.PropertyExtractorSpec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[junit]
[junit] Testcase: extractsProperties took 0.002 sec
[junit] Tests FAILED
Buildr aborted!
Tests failed!
<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework-SwingLibrary/ws/buildfile>:30
(See full trace by running task with --trace)
(in <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework-SwingLibrary/ws/,> development)
Compiling swinglibrary into <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework-SwingLibrary/ws/target/classes>
Compiling swinglibrary:test into <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework-SwingLibrary/ws/target/test/classes>
Running tests in swinglibrary
The following tests failed:
org.robotframework.swing.keyword.button.ButtonKeywordsSpec
Robot results publisher started...
-Parsing output xml:
Failed!
<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework-SwingLibrary/ws/robot-results> does not exist.
at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:474)
at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:451)
at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:58)
at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:44)
at hudson.FilePath.act(FilePath.java:756)
at hudson.FilePath.act(FilePath.java:738)
at hudson.plugins.robot.RobotParser.parse(RobotParser.java:39)
at hudson.plugins.robot.RobotPublisher.parse(RobotPublisher.java:235)
at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:258)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:622)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:601)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:579)
at hudson.model.Build$RunnerImpl.post2(Build.java:156)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:548)
at hudson.model.Run.run(Run.java:1386)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)

Robot Framework CI

unread,
Sep 14, 2011, 5:52:17 AM9/14/11
to robotframework...@googlegroups.com
See <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework-SwingLibrary/651/changes>

Changes:

[Janne Härkönen] ButtonKeywordSpec: removed test that tested nothing

[Janne Härkönen] buildfile: bump version

[Janne Härkönen] build_helpers: removed classpathEntryWriter hack that is uncomaptible with newer buildr versions

------------------------------------------
[...truncated 1524 lines...]
Table Cell Popup Menu Should Be Disabled | PASS |
------------------------------------------------------------------------------
Table Cell Popup Menu Should Be Enabled | PASS |
------------------------------------------------------------------------------
Get Table Headers | PASS |
------------------------------------------------------------------------------
Table Keywords Fail If Context Is Not Set | PASS |
------------------------------------------------------------------------------
Get Table Column Values | PASS |
------------------------------------------------------------------------------
Get Table Cell Properties | PASS |
------------------------------------------------------------------------------
Click On Table Header | PASS |
------------------------------------------------------------------------------
Get Value From Check Box | PASS |
------------------------------------------------------------------------------
Robot-tests.Tablekeywords | PASS |
37 critical tests, 37 passed, 0 failed
37 tests total, 37 passed, 0 failed
==============================================================================
Robot-tests.Textcomponentkeywords
==============================================================================
Insert Into Text Field By Name | PASS |
------------------------------------------------------------------------------
Insert Into Uneditable/Disabled Field | PASS |
------------------------------------------------------------------------------
Insert Into Text Field By Index | PASS |
------------------------------------------------------------------------------
Clear Text Field By Index | PASS |
------------------------------------------------------------------------------
Clear Text Field By Name | PASS |
------------------------------------------------------------------------------
Type Into Text Field By Index | PASS |
------------------------------------------------------------------------------
Type Into Text Field By Name | PASS |
------------------------------------------------------------------------------
Get Text Field Value By Name | PASS |
------------------------------------------------------------------------------
Get Text Field Value By Index | PASS |
------------------------------------------------------------------------------
Insert Into Text Field Works With TextAreas | PASS |
------------------------------------------------------------------------------
Clear Text Field Works With TextAreas | PASS |
------------------------------------------------------------------------------
Type Into Text Field Works With TextAreas | PASS |
------------------------------------------------------------------------------
Get Text Field Value Works With TextAreas | PASS |
------------------------------------------------------------------------------
Text Field Should Be Enabled | PASS |
------------------------------------------------------------------------------
Text Field Should Be Disabled | PASS |
------------------------------------------------------------------------------
Textfield Keywords Should Fail Context Is Not Correct | PASS |
------------------------------------------------------------------------------
Robot-tests.Textcomponentkeywords | PASS |
16 critical tests, 16 passed, 0 failed
16 tests total, 16 passed, 0 failed
==============================================================================
Robot-tests.Threadkeywords
==============================================================================
Runs Keyword In Separate Thread | PASS |
------------------------------------------------------------------------------
Runs Keywords From Other Packages | PASS |
------------------------------------------------------------------------------
Checks Arguments If ArgumentNames Are Available | PASS |
------------------------------------------------------------------------------
Doesn't Fail When Argument Names Are Not Available Exception in thread "Thread-84" java.lang.RuntimeException: java.lang.IllegalArgumentException: argument type mismatch
at org.robotframework.javalib.reflection.KeywordInvoker.invoke(KeywordInvoker.java:51)
at org.robotframework.javalib.beans.annotation.AnnotationKeywordExtractor$1.execute(AnnotationKeywordExtractor.java:55)
at org.robotframework.javalib.library.KeywordFactoryBasedLibrary.runKeyword(KeywordFactoryBasedLibrary.java:37)
at org.robotframework.javalib.library.AnnotationLibrary.runKeyword(AnnotationLibrary.java:73)
at org.robotframework.swing.SwingLibrary.runKeyword(SwingLibrary.java:100)
at org.robotframework.swing.keyword.concurrent.ThreadKeywords$1.run(ThreadKeywords.java:49)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.robotframework.javalib.reflection.KeywordInvoker.invoke(KeywordInvoker.java:49)
... 5 more
| PASS |
------------------------------------------------------------------------------
Works With Real Keywords | PASS |
------------------------------------------------------------------------------
Robot-tests.Threadkeywords | PASS |
5 critical tests, 5 passed, 0 failed
5 tests total, 5 passed, 0 failed
==============================================================================
Robot-tests.Timeoutkeywords
==============================================================================
Set Jemmy Timeout | PASS |
------------------------------------------------------------------------------
Robot-tests.Timeoutkeywords | PASS |
1 critical test, 1 passed, 0 failed
1 test total, 1 passed, 0 failed
==============================================================================
Robot-tests.Togglebuttonkeywords
==============================================================================
Toggle Button Should Be Selected Passes If Button Is Selected | PASS |
------------------------------------------------------------------------------
Toggle Button Should Not Be Selected Passes If Button Is Not Selected | PASS |
------------------------------------------------------------------------------
Toggle Button Keywords Should Fail If Context Is Not A Window | PASS |
------------------------------------------------------------------------------
Push Toggle Button Toggles Selection State | PASS |
------------------------------------------------------------------------------
Robot-tests.Togglebuttonkeywords | PASS |
4 critical tests, 4 passed, 0 failed
4 tests total, 4 passed, 0 failed
==============================================================================
Robot-tests.Treekeywords
==============================================================================
Expand Node by Index | PASS |
------------------------------------------------------------------------------
Expand Node By Name | PASS |
------------------------------------------------------------------------------
Collapse Node By Index | PASS |
------------------------------------------------------------------------------
Collapse Node By Name | PASS |
------------------------------------------------------------------------------
Tree Node Should Be Collapsed | PASS |
------------------------------------------------------------------------------
Tree Node Should Be Expanded | PASS |
------------------------------------------------------------------------------
Select Tree Node By Index | PASS |
------------------------------------------------------------------------------
Select Tree Node By Name | PASS |
------------------------------------------------------------------------------
...e Node Should Work With Nodes Other Than javax.swing.tree.TreeNode | PASS |
------------------------------------------------------------------------------
Select Tree Node Keyword Selects Multiple Nodes | PASS |
------------------------------------------------------------------------------
Unselect Tree Node By Index | PASS |
------------------------------------------------------------------------------
Unselect Tree Node By name | PASS |
------------------------------------------------------------------------------
Tree Node Should Be Selected AND Tree Node Should Not Be Selected | PASS |
------------------------------------------------------------------------------
Select From Tree Node Popup Menu | PASS |
------------------------------------------------------------------------------
...ree Node Popup Menu Should Accept Only Exact Matches For Menupaths | PASS |
------------------------------------------------------------------------------
Select From Tree Node Popup Menu Fails If Menu Item Is Disabled | PASS |
------------------------------------------------------------------------------
Select From Tree Node Popup Menu In Separate Thread | PASS |
------------------------------------------------------------------------------
Tree Node Should Be Visible | PASS |
------------------------------------------------------------------------------
Tree Node Should Not Be Visible | PASS |
------------------------------------------------------------------------------
Tree Node Should Be Leaf AND Tree Node Should Not Be Leaf | PASS |
------------------------------------------------------------------------------
Tree Node Should Exist By Name | PASS |
------------------------------------------------------------------------------
Tree Node Should Exist By Index | PASS |
------------------------------------------------------------------------------
Tree Node Should Not Exist By Name | PASS |
------------------------------------------------------------------------------
Tree Node Should Not Exist By Index | PASS |
------------------------------------------------------------------------------
Test Selecting Multiple Nodes | PASS |
------------------------------------------------------------------------------
Get Tree Node Count Returns The Count Of All Visible Nodes | PASS |
------------------------------------------------------------------------------
Get Tree Node Child Names | PASS |
------------------------------------------------------------------------------
...Menu On Selected Tree Nodes Keyword Operates On All Selected Nodes | PASS |
------------------------------------------------------------------------------
Get Tree Node Label Keyword Returns The Last Nodes Name | PASS |
------------------------------------------------------------------------------
Get Tree Node Label Keyword Works With Hidden Root | PASS |
------------------------------------------------------------------------------
Get Tree Node Index Keyword Returns The Node Index | PASS |
------------------------------------------------------------------------------
Get Tree Node Index Keyword Works With Hidden Root | PASS |
------------------------------------------------------------------------------
Click On Tree Node | PASS |
------------------------------------------------------------------------------
Expand All Tree Nodes | PASS |
------------------------------------------------------------------------------
Expand All Tree Nodes Should Work With Invisible Root | PASS |
------------------------------------------------------------------------------
Collapse All Tree Nodes | PASS |
------------------------------------------------------------------------------
Keywords Also Work With Unnamed Root | PASS |
------------------------------------------------------------------------------
Keywords Also Work With Invisible Root | PASS |
------------------------------------------------------------------------------
Tree Keywords Fail If Context Is Not Correct | PASS |
------------------------------------------------------------------------------
Robot-tests.Treekeywords | PASS |
39 critical tests, 39 passed, 0 failed
39 tests total, 39 passed, 0 failed
==============================================================================
Robot-tests.Windowkeywords
==============================================================================
Select Main Window | PASS |
------------------------------------------------------------------------------
Select Window By Title | PASS |
------------------------------------------------------------------------------
Select Window By Title RegExp | PASS |
------------------------------------------------------------------------------
Select Window By Title Without RegExp Prefix Should Fail | PASS |
------------------------------------------------------------------------------
Select Window By Index | PASS |
------------------------------------------------------------------------------
Get Selected Window Title | PASS |
------------------------------------------------------------------------------
Close Window | PASS |
------------------------------------------------------------------------------
Close Window With RegExp | PASS |
------------------------------------------------------------------------------
Robot-tests.Windowkeywords | PASS |
8 critical tests, 8 passed, 0 failed
8 tests total, 8 passed, 0 failed
==============================================================================
Robot-tests | PASS |
288 critical tests, 288 passed, 0 failed
288 tests total, 288 passed, 0 failed
==============================================================================
Debug: <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework-SwingLibrary/ws/target/robot-results/debug.txt>
Output: <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework-SwingLibrary/ws/target/robot-results/output.xml>
Report: <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework-SwingLibrary/ws/target/robot-results/report.html>
Log: <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework-SwingLibrary/ws/target/robot-results/log.html>
Completed in 7m11.722s
Archiving artifacts

Reply all
Reply to author
Forward
0 new messages