initial commit

This commit is contained in:
Vavassor 2017-01-02 18:30:27 -05:00
commit bba1b37fd8
34 changed files with 1403 additions and 0 deletions

View file

@ -0,0 +1,17 @@
package com.keylesspalace.tusky;
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);
}
}