tree and classes ok ! :D

This commit is contained in:
JunkJumper
2020-05-20 17:36:45 +02:00
parent 91677806cf
commit e675183ae8
122 changed files with 263 additions and 1012 deletions

View File

@ -1,4 +1,4 @@
package ip;
package TD7.ip;
public class IP {
private String ip;

View File

@ -1,4 +1,4 @@
package ip;
package TD7.ip;
public class MainIp {

View File

@ -1,4 +1,4 @@
package monney;
package TD7.monney;
public class Monnaie {

View File

@ -1,4 +1,4 @@
package premierTest;
package TD7.premierTests;
public class MaClasse {

View File

@ -1,4 +1,4 @@
package premierTest;
package TD7.premierTests;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;