use of org.eclipse.bpmn2.InclusiveGateway in project kie-wb-common by kiegroup.
the class GatewayPropertyWriterTest method testSetSourceForInclusiveGateway.
@Test
public void testSetSourceForInclusiveGateway() {
InclusiveGateway inclusiveGateway = mockGateway(InclusiveGateway.class, ID);
prepareTestSetSourceOrTarget(inclusiveGateway);
propertyWriter.setSource(anotherPropertyWriter);
verify(inclusiveGateway).setDefault(sequenceFlow);
}
Aggregations