Initial Upload

This commit is contained in:
admin
2020-05-02 20:35:54 -04:00
parent dba0798858
commit 0681cfaa52
256 changed files with 8948 additions and 0 deletions

BIN
app/src/test/.DS_Store vendored Normal file

Binary file not shown.

BIN
app/src/test/java/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,17 @@
package com.josh.trackcovid19v2;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() {
assertEquals(4, 2 + 2);
}
}