com.github.fmarmar.cucumber.tools.Help Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cucumber-tools Show documentation
Show all versions of cucumber-tools Show documentation
Tooling set for working with cucumber
The newest version!
package com.github.fmarmar.cucumber.tools;
import com.beust.jcommander.Parameters;
@Parameters(commandNames="help", commandDescription="Print this help")
public class Help implements Command {
@Override
public void run() {
// TODO Auto-generated method stub
}
@Override
public void initialize() {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy