Projekt_SIK/klient/src/test/java/Projekt/AppTest.java

21 lines
279 B
Java

package Projekt;
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 );
}
}