Package org.mokai.action

Examples of org.mokai.action.ConcatAction.execute()


    Message message = new Message();
    message.setProperty("field1", "value1");
    message.setProperty("field2", "value2");

    action.execute(message);

    Assert.assertEquals(message.getProperty("field3", String.class), "value1,value2");
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.