mirror of
https://github.com/SoPat712/TrackCovid19.git
synced 2025-11-02 04:23:49 -05:00
Initial Upload
This commit is contained in:
BIN
app/src/test/.DS_Store
vendored
Normal file
BIN
app/src/test/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
app/src/test/java/.DS_Store
vendored
Normal file
BIN
app/src/test/java/.DS_Store
vendored
Normal file
Binary file not shown.
17
app/src/test/java/com/josh/trackcovid19v2/ExampleUnitTest.java
Executable file
17
app/src/test/java/com/josh/trackcovid19v2/ExampleUnitTest.java
Executable 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user