initialized gradle

This commit is contained in:
danijoo
2015-12-31 01:30:55 +01:00
commit c25f92ca99
23 changed files with 459 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
package net.headlezz.notificationlogger;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}