Sha256: 87cb2fbcb456a3092d6705bb6b61fca339eedb37b5ad8b298ec8dd6c2f603650

Contents?: true

Size: 328 Bytes

Versions: 3

Compression:

Stored size: 328 Bytes

Contents

package asunit.support {
		
	[Suite]
	public class DoubleNestedSuite {
		// contains two suites
		public var suiteOfTwoSuites:SuiteOfTwoSuites;
		
		// contains a single test
		public var singleErrorSuite:SingleErrorSuite;
		
		// a single test not in a suite
		public var ignoredMethodTest:IgnoredMethod;
	}
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
asunit4-4.2.3.pre test/asunit/support/DoubleNestedSuite.as
asunit4-4.2.2.pre test/asunit/support/DoubleNestedSuite.as
asunit4-4.2.1.pre test/asunit/support/DoubleNestedSuite.as