Projet Darts  0.2
BTS SNIR LaSalle Avignon 2020
ExampleUnitTest.java
Aller à la documentation de ce fichier.
1 package projet.lasalle84.darts;
2 
3 import org.junit.Test;
4 
5 import static org.junit.Assert.*;
6 
12 public class ExampleUnitTest {
13  @Test
14  public void addition_isCorrect() {
15  assertEquals(4, 2 + 2);
16  }
17 }