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, user defined

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

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