标签:
Car c= new Car(log);
c.print()
class Car{
def log
public Car(log){
this.log=log
}
public void print(){
log.info "hello world"
}
}
[SoapUI] Using log object in the Groovy class
标签:
原文地址:http://www.cnblogs.com/MasterMonkInTemple/p/4582691.html