
org.jnario.lib.Step Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jnario.standalone Show documentation
Show all versions of org.jnario.standalone Show documentation
The required libraries to execute Jnario specifications without Eclipse.
The newest version!
package org.jnario.lib;
public interface Step {
public Object execute(StepArguments args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy