io.magentys.functional.FunctionalSugars Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cherry-java8 Show documentation
Show all versions of cherry-java8 Show documentation
A syntactical sugar project for BDD oriented tests
package io.magentys.functional;
import io.magentys.utils.Sugars;
public class FunctionalSugars extends Sugars {
public static INPUT withInput(INPUT input){
return input;
}
public static INPUT withInput1(INPUT input){
return input;
}
public static INPUT withInput2(INPUT input){
return input;
}
public static INPUT withInput3(INPUT input){
return input;
}
public static INPUT withInput4(INPUT input){
return input;
}
public static TOOL makingUseOf(TOOL tool){
return tool;
}
public static INPUT rememberedAs(INPUT input) { return input; }
}