wip bsky client for the web & android bbell.vt3e.cat
at main 18 lines 402 B view raw
1package com.getcapacitor.myapp; 2 3import static org.junit.Assert.*; 4 5import org.junit.Test; 6 7/** 8 * Example local unit test, which will execute on the development machine (host). 9 * 10 * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> 11 */ 12public class ExampleUnitTest { 13 14 @Test 15 public void addition_isCorrect() throws Exception { 16 assertEquals(4, 2 + 2); 17 } 18}