You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

''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