
junittutorial.Greeter.groovy Maven / Gradle / Ivy
package junittutorial
import com.kms.katalon.core.annotation.Keyword
public class Greeter {
@Keyword
static String greet(String name) {
return "Hello, " + name
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy