package visites.toTest; import static org.junit.Assert.*; import java.util.Vector; import org.junit.Test; public class TestTroncon { Troncon t; @Test public void test() { t= new Troncon(Etape depart, Etape arrivee, int tempsTrajet, Vector rues) } }