Output Utilities
console( myResults );
debug( myData );
debug( myData, true );
debug( var=myData, top=5 );
print( "Running This Test with #params.toString()#" );
println( "Running This Test with #params.toString()#" );Last updated
Was this helpful?