summaryrefslogtreecommitdiff
path: root/sem_5/HLIN505_Java/HLIN505/src/visites/toTest/TestParcours.java
blob: 281830d496cb33f700251c5f8b3d79a51ae00e69 (plain)
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() {
				
	}

}