Przeglądaj źródła

Test suite for map.

Fernando Diaz 9 lat temu
rodzic
commit
2655abd017

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