test(dijkstra): fix before annotation on init
This commit is contained in:
parent
f6f431fce1
commit
72b117f83b
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ import org.insa.graphs.model.io.BinaryGraphReader;
|
|||
import org.insa.graphs.model.io.BinaryPathReader;
|
||||
import org.insa.graphs.model.io.GraphReader;
|
||||
import org.insa.graphs.model.io.PathReader;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
|
||||
public class DijkstraAlgorithmTest {
|
||||
|
@ -26,7 +27,7 @@ public class DijkstraAlgorithmTest {
|
|||
public Path path;
|
||||
|
||||
|
||||
//@Before
|
||||
@BeforeClass
|
||||
public void init() {
|
||||
// Visit these directory to see the list of available files on Commetud.
|
||||
// When running with VSC, paths are relative to the BE_Graphes directory.
|
||||
|
|
Loading…
Reference in a new issue