This commit is contained in:
2021-09-18 14:21:06 +02:00
parent 8ea0f7b28c
commit 58a2bc45fe
11 changed files with 124 additions and 92 deletions

View File

@ -0,0 +1,19 @@
package de.server47.messageexport;
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()
{
assertEquals(4, 2 + 2);
}
}