nGrinder TestGroovy.groovy

时间:2023-03-08 16:11:45

s

 /**
*
*/
package com.iteye.lindows.mysql /**
* @author Lindows
*
*/
class TestGroovy { static main(args) { def var = "HelloWorld"
println "${var},${var.class}" println "================" var = true
println "${var}" }
}

http://grinder.sourceforge.net/g3/script-javadoc/

The Grinder Documentation

Classes and interfaces that allow user scripts to obtain services from The Grinder.

See: Description

end