1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

test ConstraintManager

This commit is contained in:
oblonski 2013-12-03 07:55:44 +01:00
parent a78d264488
commit 4e38586b50

View file

@ -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);
}
}