méthode inutile enlevée de LivreValideTest.java
This commit is contained in:
@@ -171,14 +171,7 @@ public class LivreValideTest {
|
||||
System.out.println("Titre invalide. Titre trop long\n");
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testIsContenuTitreValid() {
|
||||
System.out.println("isLongueurTitreValid");
|
||||
String titre = "";
|
||||
boolean expResult = false;
|
||||
boolean result = LivreValide.isLongueurTitreValid(titre);
|
||||
}
|
||||
|
||||
/**
|
||||
* Test of isTitreValid method, of class LivreValide.
|
||||
* @author Steve
|
||||
|
Reference in New Issue
Block a user