Package org.activiti.cdi.test.impl.beans

Examples of org.activiti.cdi.test.impl.beans.MessageBean


public class ElTest extends CdiActivitiTestCase {

  @Test
  @Deployment
  public void testSetBeanProperty() throws Exception {
    MessageBean messageBean = getBeanInstance(MessageBean.class);
    runtimeService.startProcessInstanceByKey("setBeanProperty");
    assertEquals("Greetings from Activiti", messageBean.getMessage());
  }
View Full Code Here

TOP

Related Classes of org.activiti.cdi.test.impl.beans.MessageBean

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.