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