feat: init ios/android template

This commit is contained in:
Weihua Lu
2021-09-10 17:51:46 +08:00
committed by Tienson Qin
parent 4d59cb9dec
commit f2afcd707e
94 changed files with 2011 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
package com.getcapacitor.myapp;
import static org.junit.Assert.*;
import org.junit.Test;
/**
* 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);
}
}