non-transitive-dices/src/test/java/fr/holt59/AppTest.java

21 lines
281 B
Java

package fr.holt59;
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 );
}
}