Versions Compared

Key

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

''Attributes:'' order, description, user defined

''An example of a Suite class using the Suite runner with several test cases inside''

Code Block
actionscript
actionscript
     [Suite]
     [RunWith("org.flexunit.runners.Suite")]
     public class G11NCalendarSuite
     { 
          public var t1:CalendarCase;
          public var t2:BoxCase; 
          
          public var t3:HorizontalRuleCase;
     }