Sha256: 91e420c3fd95faa5c128047dc24b13299553422f3dffef5dca4064c4a82d560d
Contents?: true
Size: 477 Bytes
Versions: 31
Compression:
Stored size: 477 Bytes
Contents
package { import asunit.textui.TestRunner; public class <%= project_name %>Runner extends TestRunner { public function <%= project_name %>Runner() { // 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 start(AllTests, null, TestRunner.SHOW_TRACE); } } }
Version data entries
31 entries across 31 versions & 2 rubygems