Proyeto maven nuevo

This commit is contained in:
2024-01-21 10:38:28 +01:00
parent 52c718260b
commit 3542b6363d
3 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
package ies.thiar;
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 );
}
}