Skip to content

Commit 736a3b2

Browse files
author
Michael Nedzelsky
committed
tests for detekt-compiler-plugin
1 parent c463c71 commit 736a3b2

File tree

7 files changed

+1712
-0
lines changed

7 files changed

+1712
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: com.diffblue.cover.refactoring.Recipe
2+
recipeList: []
3+
type: specs.openrewrite.org/v1beta/recipe
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[WARN] E052: Missing dependency
2+
Unable to mock method inputs because Mockito 2.22.0 or later is not present on the classpath.
3+
Required dependencies were not found.
4+
Please add the following dependencies to your project:
5+
testImplementation 'org.mockito:mockito-core:4.11.0'
6+
[WARN] E011: Failed to run a simple example test
7+
Diffblue Cover tried to run a simple example test to help it identify the
8+
right project configuration, but the test failed to execute when running
9+
Gradle.
10+
[WARN] Mocking Framework WARNING
11+
[WARN] Test execution WARNING
12+
[WARN] Environment check status: WARNING

0 commit comments

Comments
 (0)