define("helios/Helios-SUnit", ["amber_vm/smalltalk", "amber_vm/nil", "amber_vm/_st", "amber_vm/globals", "helios/Helios-Core"], function(smalltalk,nil,_st, globals){ smalltalk.addPackage('Helios-SUnit'); smalltalk.packages["Helios-SUnit"].transport = {"type":"amd","amdNamespace":"helios"}; smalltalk.addClass('HLSUnit', globals.HLWidget, [], 'Helios-SUnit'); smalltalk.addMethod( smalltalk.method({ selector: "canBeOpenAsTab", protocol: 'testing', fn: function (){ var self=this; return true; }, args: [], source: "canBeOpenAsTab\x0a\x09^ true", messageSends: [], referencedClasses: [] }), globals.HLSUnit.klass); smalltalk.addMethod( smalltalk.method({ selector: "tabClass", protocol: 'accessing', fn: function (){ var self=this; return "sunit"; }, args: [], source: "tabClass\x0a\x09^ 'sunit'", messageSends: [], referencedClasses: [] }), globals.HLSUnit.klass); smalltalk.addMethod( smalltalk.method({ selector: "tabLabel", protocol: 'accessing', fn: function (){ var self=this; return "SUnit"; }, args: [], source: "tabLabel\x0a\x09^ 'SUnit'", messageSends: [], referencedClasses: [] }), globals.HLSUnit.klass); smalltalk.addMethod( smalltalk.method({ selector: "tabPriority", protocol: 'accessing', fn: function (){ var self=this; return (1000); }, args: [], source: "tabPriority\x0a\x09^ 1000", messageSends: [], referencedClasses: [] }), globals.HLSUnit.klass); });