Sha256: 2ec39ae4ba15596dc648587d35969b1022862a54f3bcd71ee346123a75d1254e

Contents?: true

Size: 350 Bytes

Versions: 2

Compression:

Stored size: 350 Bytes

Contents

package asunit.support {

    import asunit.asserts.*;

    public class AnnotatedSubClass extends AnnotatedSuperClass {

        [Test]
        public function verifyDictionary():void {
            assertNotNull(dictionary);
        }

        [Test]
        public function verifyAsync():void {
            assertNotNull(async);
        }
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

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