Sha256: a3b40770bad52579ddf45232f9b1e9c91461bb06e0e138fb14ddfa62cf42c4df

Contents?: true

Size: 318 Bytes

Versions: 28

Compression:

Stored size: 318 Bytes

Contents

import com.asunit.framework.*;

class com.asunit.framework.TestSuite extends TestCase {

	public function TestSuite()
	{
		super();
	}

	public function addTest(test:Test):Void
	{
	}

	public function addTestSuite(test:TestSuite):Void
	{
	}

	public function run(result:TestResult):Void
	{
	}
}

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
asproject-0.1.74 templates/asproject/asunit2/project/lib/asunit/com/asunit/framework/TestSuite.as
asproject-0.1.71 templates/asproject/asunit2/project/lib/asunit/com/asunit/framework/TestSuite.as
asproject-0.1.69 templates/asproject/asunit2/project/lib/asunit/com/asunit/framework/TestSuite.as
asproject-0.1.75 templates/asproject/asunit2/project/lib/asunit/com/asunit/framework/TestSuite.as
asproject-0.1.89 templates/asproject/asunit2/project/lib/asunit/com/asunit/framework/TestSuite.as
asproject-0.1.80 templates/asproject/asunit2/project/lib/asunit/com/asunit/framework/TestSuite.as
asproject-0.1.84 templates/asproject/asunit2/project/lib/asunit/com/asunit/framework/TestSuite.as
asproject-0.1.92 templates/asproject/asunit2/project/lib/asunit/com/asunit/framework/TestSuite.as