Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Problem to extend existing tree component by new action
Problem to extend existing tree component by new action [message #1220763] Fri, 13 December 2013 13:12 Go to next message
Michi Classen is currently offline Michi ClassenFriend
Messages: 36
Registered: March 2012
Member
I need to extend the tree component by a new action. I'm using a toolkit plug-in, which defines a new toolkit component already.

First, is it possible to add different extension (new toolkit, existing toolkit with new action, etc.) into one component configuration file? In my mind, yes.

When starting the test execution I get an error: Operation not supported by the selected toolkit.

My component configuration looks as follows

<toolkitComponent type="org.eclipse.swt.widgets.ExtendedTree" visible="false">
        <extends>org.eclipse.swt.widgets.Tree</extends>
        <testerClass>org.eclipse.jubula.rc.swt.tester.ExtendedTreeTester</testerClass>
        
        <action name="ExtendedTree.SelectCell">
            <method>selectCell</method>
...


And this is my problem. I can't find the reason, why the test is stopped with such exception. Can anyone help?

[Updated on: Fri, 13 December 2013 15:45]

Report message to a moderator

Re: Problem to extend existing tree component by new action [message #1224353 is a reply to message #1220763] Thu, 26 December 2013 12:50 Go to previous message
Alexander Kolesov is currently offline Alexander KolesovFriend
Messages: 43
Registered: November 2012
Member
Hi,
Maybe smth here can be helpfull?
http://www.eclipse.org/forums/index.php/t/474642/

Also I would check if the common tree actions work on extended tree component.

As for one configuration file: I leave with 5 extensions in one file without any problems.

Thanks,
Alex.

[Updated on: Thu, 26 December 2013 12:55]

Report message to a moderator

Previous Topic:How to check checkbox in a table
Next Topic:How to run Jubula with Maven?
Goto Forum:
  


Current Time: Fri Apr 19 10:40:08 GMT 2024

Powered by FUDForum. Page generated in 0.02176 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top