Bug 431647 - Refactor AbstractSiriusSwtBotGefTestCase.openRepresentation methods that are not really generic
Summary: Refactor AbstractSiriusSwtBotGefTestCase.openRepresentation methods that are ...
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Core (show other bugs)
Version: 1.0.0M6   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2014-03-31 11:04 EDT by Laurent Redor CLA
Modified: 2016-08-25 07:41 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Redor CLA 2014-03-31 11:04:15 EDT
The methods 
* org.eclipse.sirius.tests.swtbot.support.api.AbstractSiriusSwtBotGefTestCase.openRepresentation(Session, String, String, Class<? extends DRepresentation>)
*  org.eclipse.sirius.tests.swtbot.support.api.AbstractSiriusSwtBotGefTestCase.openRepresentation(Session, String, String, Class<? extends DRepresentation>, boolean)
return SWTBotDesignorEditor. 
This return type is not well named, SWTBotSiriusDiagramEditor  is more appropriate. Indeed the openRepresentation methods are currently not generic, contrary to what their name might suggest.

The goal of this issue is to clean these methods and make the role of these methods clearer.