- est ce que la classe de test utilisateur aurai une telle structure ??
- ////////////////////////////////////////////////////////////////////
- /**
- *
- */
- package l3.info.ProjetTests;
- import static org.junit.Assert.*;
- import org.junit.After;
- import org.junit.Before;
- import org.junit.Test;
- /**
- * @author acer
- *
- */
- public class userTest {
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {
- }
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {
- }
- /**
- * Test method for {@link l3.info.Projet.Client.Utilisateur#Utilisateur(int, java.lang.String, java.lang.String, java.util.Map, java.util.List)}.
- */
- @Test
- public void testUtilisateur() {
- fail("Not yet implemented");
- }
- /**
- * Test method for {@link l3.info.Projet.Client.Utilisateur#getId()}.
- */
- @Test
- public void testGetId() {
- fail("Not yet implemented");
- }
- /**
- * Test method for {@link l3.info.Projet.Client.Utilisateur#getMdp()}.
- */
- @Test
- public void testGetMdp() {
- fail("Not yet implemented");
- }
- /**
- * Test method for {@link l3.info.Projet.Client.Utilisateur#setPseudo(java.lang.String)}.
- */
- @Test
- public void testSetPseudo() {
- fail("Not yet implemented");
- }
- /**
- * Test method for {@link l3.info.Projet.Client.Utilisateur#getPseudo()}.
- */
- @Test
- public void testGetPseudo() {
- fail("Not yet implemented");
- }
- /**
- * Test method for {@link l3.info.Projet.Client.Utilisateur#setUtilisateurSuivi(java.util.Map)}.
- */
- @Test
- public void testSetUtilisateurSuivi() {
- fail("Not yet implemented");
- }
- /**
- * Test method for {@link l3.info.Projet.Client.Utilisateur#getUtilisateurSuivi()}.
- */
- @Test
- public void testGetUtilisateurSuivi() {
- fail("Not yet implemented");
- }
- /**
- * Test method for {@link l3.info.Projet.Client.Utilisateur#setMessages(java.util.List)}.
- */
- @Test
- public void testSetMessages() {
- fail("Not yet implemented");
- }
- /**
- * Test method for {@link l3.info.Projet.Client.Utilisateur#getMessages()}.
- */
- @Test
- public void testGetMessages() {
- fail("Not yet implemented");
- }
- /**
- * Test method for {@link l3.info.Projet.Client.Utilisateur#setConnexion(boolean)}.
- */
- @Test
- public void testSetConnexion() {
- fail("Not yet implemented");
- }
- /**
- * Test method for {@link l3.info.Projet.Client.Utilisateur#getConnexion()}.
- */
- @Test
- public void testGetConnexion() {
- fail("Not yet implemented");
- }
- }