Nickolay - Test.Run-0.09
Class('Test.Run.Result.Diagnostic', {
isa : Test.Run.Result,
methods : {
toString : function () {
return '# ' + this.description
}
}
})
This infrastructure is considered to be beta.
Everything should be usable, to a certain degree.
Class('Test.Run.Result.Diagnostic', {
isa : Test.Run.Result,
methods : {
toString : function () {
return '# ' + this.description
}
}
})