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

Compare with Current View Page History

Version 1 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 )
}
</source>

  • No labels