Initial commit

This commit is contained in:
Phillip Hsu
2016-05-27 02:23:44 -07:00
commit e9b99880d7
39 changed files with 1003 additions and 0 deletions
@@ -0,0 +1,15 @@
package com.philliphsu.clock;
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);
}
}