public static Test suite() {
return new TestSuite(TestIterative.class);
}
public void testIterative() {
Primitive body=new Primitive("component", new Performer(){
public Object execute() {
String component=(String)getTarget();
DomainObject domainObject=(DomainObject)get(O1_KEY);
if (domainObject.getString() != null) {
domainObject.setString(domainObject.getString().concat(component));