Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

''Attributes:'' description, user defined

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