initialisation branche steve

This commit is contained in:
2025-09-26 10:23:41 +02:00
parent 22bce1d53b
commit bc740d970e

View File

@@ -92,7 +92,7 @@ public class LivreValideTest {
String titre = "";
boolean expResult = false;
boolean result = LivreValide.isContenuTitreValide(titre);
assertEquals(expResult, result);
assertEquals(expResult, result);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}