All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.magentys.cucumber.java8.ActUponSystemWithoutResult Maven / Gradle / Ivy

The newest version!
package io.magentys.cucumber.java8;

import io.magentys.Agent;
import io.magentys.Mission;

public class ActUponSystemWithoutResult implements Mission {
    @Override
    public Agent accomplishAs(Agent agent) {

        // perform mission here...
             /*
                  ... more code goes here
              */
        // and then:
        return agent;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy