TestSwitchScreenAndQueryParamSuite.java 317 B

12345678910111213141516
  1. package com.example.yiupang.freefoodfinder;
  2. import org.junit.runner.RunWith;
  3. import org.junit.runners.Suite;
  4. /**
  5. * Created by yiupang on 6/1/2017.
  6. *
  7. */
  8. @RunWith(Suite.class)
  9. @Suite.SuiteClasses({TestHttpRequest.class, TestHttpRequest.class})
  10. public class TestSwitchScreenAndQueryParamSuite
  11. {
  12. }