test

parent dd30f9a0
...@@ -24,9 +24,8 @@ public class ServicioUjapackImplIntegrationTest { ...@@ -24,9 +24,8 @@ public class ServicioUjapackImplIntegrationTest {
@Test @Test
public void testcrearEnvio(){ public void testcrearEnvio(){
Assertions.assertTrue(ujaPack.crearEnvio("Jose","Maria","Castellon","Islas Baleares",0.5f,20.4f,20.4f,20.4f)); Assertions.assertTrue(ujaPack.crearEnvio("Jose","Maria","Castellon","Islas Baleares",0.5f,20.4f,20.4f,20.4f));
Assertions.assertFalse(ujaPack.crearEnvio("Jose","Maria","Linares","Sevilla",0.5f,20.4f,20.4f,20.4f)); Assertions.assertFalse(ujaPack.crearEnvio("Jose","Maria",20,"Sevilla",0.5f,20.4f,20.4f,20.4f));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment