tree and classes ok ! :D
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
package ip;
|
||||
package TD7.ip;
|
||||
|
||||
|
||||
//import static org.junit.Assert.assertEquals;
|
||||
//import static org.junit.jupiter.api.Assertions.*;
|
||||
|
@ -1,11 +1,13 @@
|
||||
import monney.Monnaie;
|
||||
package TD7.monney;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
import static org.junit.jupiter.api.Assertions.assertFalse;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
|
||||
public class MonnaieTest {
|
||||
|
Reference in New Issue
Block a user