
io.magentys.cucumber.java8.ActUponSystemWithoutResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cherry-cucumber Show documentation
Show all versions of cherry-cucumber Show documentation
Integrate Cucumber and Cherry :-)
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