RiccardoColella / ing-sw-2019-Colella-DellAcqua-Ferrari

Progetto Ingegneria del Software 2019
1 stars 0 forks source link

test empty test code #2

Closed ingconti closed 5 years ago

ingconti commented 5 years ago

package it.polimi.ingsw;

import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertTrue;

/**

carlo-dellacqua commented 5 years ago

This test is empty because it was generated automatically by the IDE on project initial setup. Test code will be added after we decide the exact responsibilities of the client. Should we remove the test until then?

ingconti commented 5 years ago

the more, the better...

1) add a comment to explain what you DO 2) " " what You WILL DO 2) add code incrementally.