This commit is contained in:
Olu Amey
2020-11-07 14:27:08 -05:00
parent abc0e763ff
commit f535c1df47
60 changed files with 985 additions and 16 deletions
@@ -0,0 +1,17 @@
package com.getcapacitor.myapp;
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() throws Exception {
assertEquals(4, 2 + 2);
}
}