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() { } }