Skip to content

Commit 2ff8ac4

Browse files
Adjust Gradle to JUnit 5
Parallel Test execution Gradle Caching Explicitly request for latest JavaCC 7.0.10
1 parent ca82997 commit 2ff8ac4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/net/sf/jsqlparser/statement/select/SpeedTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
import net.sf.jsqlparser.test.TestException;
2424
import net.sf.jsqlparser.util.TablesNamesFinder;
2525
import org.junit.jupiter.api.Test;
26+
import org.junit.jupiter.api.parallel.Execution;
27+
import org.junit.jupiter.api.parallel.ExecutionMode;
2628

29+
@Execution(ExecutionMode.CONCURRENT)
2730
public class SpeedTest {
2831

2932
private final static int NUM_REPS_500 = 500;

0 commit comments

Comments
 (0)