use of org.kie.workbench.common.forms.jbpm.server.service.formGeneration.impl.runtime.BPMNRuntimeFormGeneratorService in project kie-wb-common by kiegroup.
the class BPMNFormGenerationTest method initTest.
@Before
public void initTest() {
generatorService = new BPMNRuntimeFormGeneratorService(new TestFieldManager(), new RawMVELEvaluator());
generator = new DynamicBPMNFormGeneratorImpl(generatorService);
}
Aggregations