gianvitocaleca / ingsw2022-AM44

1 stars 0 forks source link

Refactor and tests #3

Closed cerutigiacomo closed 2 years ago

cerutigiacomo commented 2 years ago

Refactor the classes in different little packages and write a single test class for each class.

Masterpavel2k commented 2 years ago

Should we create the packages within the model? For example the Character package, the StudentContainer package and so on.

cerutigiacomo commented 2 years ago

Yes

Masterpavel2k commented 2 years ago

We created the necessary test classes and packages.

cerutigiacomo commented 2 years ago

Use sub-packages also in tests please.

gianvitocaleca commented 2 years ago

Test packages created

Masterpavel2k commented 2 years ago

Do we have to do something else to solve this issue?