Versions Compared

Key

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

...

''Attributes:''

...

description,

...

user

...

defined

Code Block
actionscript
actionscript


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