theme changed

This commit is contained in:
2019-11-24 15:39:52 +03:00
parent b0af25dbc0
commit e1d9544f23
167 changed files with 741 additions and 983 deletions

View File

@@ -0,0 +1,17 @@
package ch.pizzaleu.android;
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);
}
}