Sha256: d7f25302b1a2723658cfefa04c920cba4161b48862f9be1fd5f1a0352dd6d734

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

package asunit.support {
    
    import asunit.asserts.*;

    [RunWith]
    public class RunWithButNoType {

        [Test]
        public function simplePassing():void {
            assertTrue("This will pass, we're interested in the RunWith", true);
        } 
    }
}

Version data entries

3 entries across 3 versions & 1 rubygems

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