]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/test/java/net/ktnx/mobileledger/ExampleUnitTest.java
update drawer menu
[mobile-ledger.git] / app / src / test / java / net / ktnx / mobileledger / ExampleUnitTest.java
1 package net.ktnx.mobileledger;
2
3 import org.junit.Test;
4
5 import static org.junit.Assert.assertEquals;
6
7 /**
8  * Example local unit test, which will execute on the development machine (host).
9  *
10  * @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
11  */
12 public class ExampleUnitTest {
13     @Test
14     public void addition_isCorrect() {
15         assertEquals(4, 2 + 2);
16     }
17 }