Commit 33a3e4f6 by 许雪里 Committed by GitHub

Merge pull request #986 from…

Merge pull request #986 from Diffblue-benchmarks/add-unit-tests-for-com.xxl.job.core.biz.impl.ExecutorBizImpl

Add unit tests for com.xxl.job.core.biz.impl.ExecutorBizImpl
parents 3d951f2b 1a4c63c2
...@@ -44,6 +44,34 @@ ...@@ -44,6 +44,34 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.6.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.6.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.diffblue</groupId>
<artifactId>deeptestutils</artifactId>
<version>1.9.0</version>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment