Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » add own parameter types
add own parameter types [message #1063607] Thu, 13 June 2013 13:48 Go to next message
khalil alrifai is currently offline khalil alrifaiFriend
Messages: 7
Registered: February 2013
Junior Member
hello,
i have extended jubula for testing an RCP application. i want to create a test case with a parameter type of map or list
how can i use another test case parameter type such as "java.util.Map"

example:
<toolkitComponent type="de.kupzog.ktable.KTable" visible="true">
<realizes>guidancer.abstract.Widget</realizes>
<testerClass>org.eclipse.jubula.rc.common.tester.KTableTester</testerClass>
<componentClass name="de.kupzog.ktable.KTable" />
<action name="selectElements" changed="1.0">
<method>selectElements</method>
<param name="elements">
<type>java.util.List</type>
</param>
</action>
</toolkitComponent>

best regards
Re: add own parameter types [message #1065055 is a reply to message #1063607] Mon, 24 June 2013 07:52 Go to previous message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi,

The best place to ask this might be the developer list.

Best regards,
Alex
Previous Topic:Keyboard Layout
Next Topic:Starting AUT hangs up in jenkins
Goto Forum:
  


Current Time: Tue Apr 23 11:04:08 GMT 2024

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

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

Back to the top