Nickolay - Test.Run-0.10

Documentation | Source
Class('Test.Run.Result.Diagnostic', {
    
    isa : Test.Run.Result,
    

    methods : {
        
        toString : function () {
            return '# ' + this.description
        }
        
    }    
    
})