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

Compare with Current View Page History

« Previous Version 2 Current »

''Attributes:'' order, description, timeout, async, ui, user defined

''An example of a typical tearDown method using an After tag''

     [After]
     public function tearDown():void {
          testBox = null;
     }
  • No labels