First working version

This commit is contained in:
Pieter Vander Vennet 2024-11-11 23:00:13 +01:00
parent 3a28ccb4fb
commit 81fd788209
77 changed files with 978 additions and 1 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);
}
}