[jbosstools-issues] [JBoss JIRA] (JBIDE-14165) Test framework for the Eclipse bpmn2 modeler.

Marek Baluch (JIRA) jira-events at lists.jboss.org
Mon Apr 29 06:51:53 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-14165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770639#comment-12770639 ] 

Marek Baluch commented on JBIDE-14165:
--------------------------------------

The "test-framework" is in fact a set of classes which will simplify the creation of tests. It allows to use the BPMN2 constructs easier.

{code}
BPMN2Process process = new BPMN2Process("Evolution");
process.add("Start", ConstructType.START_EVENT);

StartEvent start = new StartEvent("Start");
start.append("Self Evaluation", ConstructType.USER_TASK);

UserTask userTask1 = new UserTask("Self Evaluation");
userTask1.addActor("employee" ,""); 

// ...
{code}


As for the namespace - I changed it to the value you recommended (org.jboss.tools.bpmn2.itests). Please see the updated pull request.
                
> Test framework for the Eclipse bpmn2 modeler.
> ---------------------------------------------
>
>                 Key: JBIDE-14165
>                 URL: https://issues.jboss.org/browse/JBIDE-14165
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: QA
>    Affects Versions: 4.0.0.Alpha1-SOA
>            Reporter: Marek Baluch
>            Assignee: Marek Baluch
>             Fix For: 4.0.0.Alpha1-SOA
>
>
> Create a SWTBot/RedDeer framework which will allow to test the Eclipse bpmn2 modeler which can be found at http://www.eclipse.org/bpmn2-modeler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list