All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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