[
https://issues.jboss.org/browse/JBIDE-14165?page=com.atlassian.jira.plugi...
]
Marek Baluch edited comment on JBIDE-14165 at 4/29/13 6:56 AM:
---------------------------------------------------------------
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("Evaluation");
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.
was (Author: mbaluch):
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