This commit is contained in:
Simon Hardt
2022-03-20 23:46:03 +01:00
commit 3a58224599
5 changed files with 277 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
package plugin.minecraft;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}