mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
test ConstraintManager
This commit is contained in:
parent
a78d264488
commit
4e38586b50
1 changed files with 14 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
package jsprit.core.problem.constraint;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class TestConstraintManager {
|
||||
|
||||
@Test
|
||||
public void testIt(){
|
||||
assertFalse(true);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue