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
+{
+
+}