GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Github flash badge
Homepage: http://spinach.andascarygoat.com/tags/badjo
Clone URL: git://github.com/zmack/badjo.git
badjo / test / AllTests.as
100644 19 lines (15 sloc) 0.392 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package {
  /**
   * This file has been automatically created using
   * #!/usr/bin/ruby script/generate suite
   * If you modify it and run this script, your
   * modifications will be lost!
   */
 
  import asunit.framework.TestSuite;
  import dataexchange.GatewayTest;
 
  public class AllTests extends TestSuite {
 
    public function AllTests() {
      addTest(new dataexchange.GatewayTest());
    }
  }
}