Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. import org.junit.jupiter.api.AfterEach;
  2. import org.junit.jupiter.api.BeforeEach;
  3. import org.junit.jupiter.api.Test;
  4.  
  5. import static org.junit.jupiter.api.Assertions.*;
  6.  
  7. public class TestExercice1_4 {
  8.  
  9. @BeforeEach
  10. void setUp() {
  11.  
  12. }
  13.  
  14. @AfterEach
  15. void tearDown() {
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement