Sha256: bd0bbd49abe6b21cf8e4b95f14f563ef4ff8396158ec60b2c04d70ee08863773
Contents?: true
Size: 562 Bytes
Versions: 17
Compression:
Stored size: 562 Bytes
Contents
package { import asunit.textui.TestRunner; import asunit.textui.XMLResultPrinter; public class <%= project_name %>XMLRunner extends TestRunner { public function <%= project_name %>XMLRunner() { // start(clazz:Class, methodName:String, showTrace:Boolean) // NOTE: sending a particular class and method name will // execute setUp(), the method and NOT tearDown. // This allows you to get visual confirmation while developing // visual entities setPrinter(new XMLResultPrinter()); start(AllTests, null, TestRunner.SHOW_TRACE); } } }
Version data entries
17 entries across 17 versions & 1 rubygems