Package tests

Class TestGestionEvenements

java.lang.Object
tests.TestGestionEvenements

public class TestGestionEvenements extends Object
Tests JUnit de la classe GestionEvenements.
Author:
Jarod Martin
See Also:
  • Field Details

  • Constructor Details

    • TestGestionEvenements

      public TestGestionEvenements()
  • Method Details

    • setUp

      @BeforeEach void setUp() throws Exception
      Instancie un un objet GestionEvenements.
      Throws:
      Exception - ne peut pas être levée ici
    • tearDown

      @AfterEach void tearDown() throws Exception
      Rien à effectuer après les tests.
      Throws:
      Exception - ne peut pas être levée ici
    • testCreeEvenement

      @Test void testCreeEvenement()
      Vérifie que la création d'événements fonctionne bien.
    • testEnsembleEvenementAvenir

      @Test void testEnsembleEvenementAvenir()
    • testInscriptionParticipant

      @Test void testInscriptionParticipant()
      Vérifier que l'inscription d'un participant fonctionne.
    • testSuppressionParticipant

      @Test void testSuppressionParticipant()
      Vérifier que la désinscription d'un participant fonctionne.
    • testConstructeur

      @Test void testConstructeur()
      Vérifie l'initialisation avec une liste d'événements.