initialisation branche steve
This commit is contained in:
@@ -92,7 +92,7 @@ public class LivreValideTest {
|
|||||||
String titre = "";
|
String titre = "";
|
||||||
boolean expResult = false;
|
boolean expResult = false;
|
||||||
boolean result = LivreValide.isContenuTitreValide(titre);
|
boolean result = LivreValide.isContenuTitreValide(titre);
|
||||||
assertEquals(expResult, result);
|
assertEquals(expResult, result);
|
||||||
// TODO review the generated test code and remove the default call to fail.
|
// TODO review the generated test code and remove the default call to fail.
|
||||||
fail("The test case is a prototype.");
|
fail("The test case is a prototype.");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user