Fernando Diaz пре 9 година
родитељ
комит
2655abd017
1 измењених фајлова са 15 додато и 0 уклоњено
  1. 15 0
      app/src/test/java/com/example/yiupang/freefoodfinder/TestMapSuite.java

+ 15 - 0
app/src/test/java/com/example/yiupang/freefoodfinder/TestMapSuite.java

@@ -0,0 +1,15 @@
+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
+{
+
+}