"fin seance 23-09"

This commit is contained in:
JunkJumper
2020-09-23 15:30:51 +02:00
parent 53fbb5340a
commit 5ad90deb63
7 changed files with 295 additions and 29 deletions

View File

@@ -1,7 +1,6 @@
package TD2;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.Test;
@@ -31,7 +30,10 @@ class ForumTest {
Admin stade = new Admin("oogle-stade", fm.createForum("OGCN"));
stade.getForum().setFm(fm);
stade.getForum().createUser("unPseudo");
}
@Test
void forumHasCanal() throws InterruptedException {
}