1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package visites.toTest; import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; public class TestParcours { Parcours parcours; @Test public void test() { } }