AllTests.java :  » App » pocketcampus » org » pocketcampus » test » serverapi » Android Open Source

Android Open Source » App » pocketcampus 
pocketcampus » org » pocketcampus » test » serverapi » AllTests.java
package org.pocketcampus.test.serverapi;



import org.junit.runner.RunWith;
import org.junit.runners.Suite;


@RunWith(Suite.class)
@Suite.SuiteClasses( {
  RequestTester.class
  } )

public class AllTests {

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.