- package com.example.yiupang.freefoodfinder;
- /**
- * Created by Fernando on 6/6/17.
- */
- import org.junit.runner.RunWith;
- import org.junit.runners.Suite;
- @RunWith(Suite.class)
- @Suite.SuiteClasses({TestMapScreenForLoop.class, TestMapScreenWhileLoop.class})
- public class TestMapSuite
- {
- }
|