''Attributes:'' description, user defined

[Ignore]
[Test( description = "This test is being ignored" )]
public function testMath():void 
{
     var x:int = 5 + 3;
     Assert.assertEquals( 8, x )
}
  • No labels