package com.example.yiupang.freefoodfinder; import org.junit.runner.RunWith; import org.junit.runners.Suite; /** * Created by yiupang on 6/1/2017. * */ @RunWith(Suite.class) @Suite.SuiteClasses({TestHttpRequest.class, TestHttpRequest.class}) public class TestSwitchScreenAndQueryParamSuite { }