bazel: backport java rework from main
This commit is contained in:
@@ -17,11 +17,15 @@ import static com.google.common.truth.Truth.assertThat;
|
||||
|
||||
import com.google.ortools.Loader;
|
||||
import java.time.Duration;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.JUnit4;
|
||||
|
||||
@RunWith(JUnit4.class)
|
||||
public final class ModelBuilderTest {
|
||||
@BeforeEach
|
||||
@SuppressWarnings("EmptyMethods")
|
||||
@Before
|
||||
public void setUp() {
|
||||
Loader.loadNativeLibraries();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user