Creation of the Society test class
This commit is contained in:
parent
0fece44edc
commit
68604e2e97
1 changed files with 10 additions and 0 deletions
10
src/test/TestSociety.java
Normal file
10
src/test/TestSociety.java
Normal file
|
@ -0,0 +1,10 @@
|
|||
package test;
|
||||
|
||||
import input.Society;
|
||||
|
||||
public class TestSociety {
|
||||
public static void main(String[] args) {
|
||||
Society society1 = new Society("LeBonCoin");
|
||||
System.out.println(society1.toString(null, null));
|
||||
}
|
||||
}
|
Reference in a new issue