Rename project domain to io.github

This commit is contained in:
Mikołaj Pich
2017-04-19 20:36:27 +02:00
parent 2eff29eb55
commit 1ab1117435
12 changed files with 17 additions and 18 deletions

View File

@ -0,0 +1,17 @@
package io.github.wulkanowy;
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);
}
}