X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Ftest%2Fjava%2Fnet%2Fktnx%2Fmobileledger%2FExampleUnitTest.java;fp=app%2Fsrc%2Ftest%2Fjava%2Fnet%2Fktnx%2Fmobileledger%2FExampleUnitTest.java;h=0000000000000000000000000000000000000000;hp=2f133c04bf4ec6fd2fabb25dfce4b5b231c9db0f;hb=7ed8a95a1c23142109a3f2cfcc95f34869aee01c;hpb=a983099d6150044a08a1fbc601d9af9bd8d0c0a8 diff --git a/app/src/test/java/net/ktnx/mobileledger/ExampleUnitTest.java b/app/src/test/java/net/ktnx/mobileledger/ExampleUnitTest.java deleted file mode 100644 index 2f133c04..00000000 --- a/app/src/test/java/net/ktnx/mobileledger/ExampleUnitTest.java +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Copyright © 2018 Damyan Ivanov. - * This file is part of Mobile-Ledger. - * Mobile-Ledger is free software: you can distribute it and/or modify it - * under the term of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your opinion), any later version. - * - * Mobile-Ledger is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License terms for details. - * - * You should have received a copy of the GNU General Public License - * along with Mobile-Ledger. If not, see . - */ - -package net.ktnx.mobileledger; - -import org.junit.Test; - -import static org.junit.Assert.assertEquals; - -/** - * Example local unit test, which will execute on the development machine (host). - * - * @see Testing documentation - */ -public class ExampleUnitTest { - @Test - public void addition_isCorrect() { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file