Skip to content

Commit f88da76

Browse files
Mockito annotation import resolved
1 parent 5ccdc6a commit f88da76

13 files changed

Lines changed: 15 additions & 36 deletions

checkmarx-ast-eclipse-plugin-tests/.classpath

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
44
<attributes>
5+
<attribute name="module" value="true"/>
56
<attribute name="maven.pomderived" value="true"/>
67
</attributes>
78
</classpathentry>
@@ -15,6 +16,14 @@
1516
<classpathentry exported="true" kind="lib" path="lib/mockito-core-5.14.2.jar"/>
1617
<classpathentry exported="true" kind="lib" path="lib/objenesis-2.2.jar"/>
1718
<classpathentry exported="true" kind="lib" path="lib/junit-jupiter-5.11.4.jar"/>
19+
<classpathentry kind="lib" path="lib/objenesis-3.3.jar"/>
20+
<classpathentry kind="lib" path="lib/powermock-api-mockito2-2.0.7.jar"/>
21+
<classpathentry kind="lib" path="lib/powermock-core-2.0.9.jar"/>
22+
<classpathentry kind="lib" path="lib/powermock-api-support-1.4.9.jar"/>
23+
<classpathentry kind="lib" path="lib/powermock-module-junit4-2.0.9.jar"/>
24+
<classpathentry kind="lib" path="lib/powermock-module-junit4-common-2.0.9.jar"/>
25+
<classpathentry kind="lib" path="lib/powermock-module-junit4-rule-2.0.9.jar"/>
26+
<classpathentry kind="lib" path="lib/powermock-reflect-2.0.9.jar"/>
1827
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
1928
<attributes>
2029
<attribute name="maven.pomderived" value="true"/>
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: checkmarx-ast-eclipse-plugin-tests
3+
Bundle-Name: Checkmarx AST Eclipse Tests
44
Bundle-SymbolicName: com.checkmarx.ast.eclipse.tests
55
Bundle-Version: 1.0.0.qualifier
6-
Require-Bundle: org.eclipse.swtbot.swt.finder,
6+
Fragment-Host: com.checkmarx.eclipse.plugin;bundle-version="1.0.0"
7+
Require-Bundle:
8+
org.eclipse.swtbot.swt.finder,
79
org.eclipse.swtbot.eclipse.finder,
810
org.eclipse.swtbot.junit5_x,
911
org.eclipse.swt,
1012
org.eclipse.jdt.junit5.runtime,
1113
junit-jupiter-api
1214
Bundle-RequiredExecutionEnvironment: JavaSE-17
13-
Bundle-ClassPath: ., lib/mockito-core-5.14.2.jar, lib/objenesis-2.2.jar
14-
Fragment-Host: com.checkmarx.eclipse.plugin;bundle-version=0.0.0
15+
Bundle-ClassPath: .,lib/mockito-core-5.14.2.jar,lib/powermock-core-*.jar
16+
Automatic-Module-Name: com.checkmarx.ast.eclipse.tests

checkmarx-ast-eclipse-plugin-tests/lib/junit-jupiter-5.11.4.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.
691 KB
Binary file not shown.

checkmarx-ast-eclipse-plugin-tests/lib/objenesis-2.2.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.

checkmarx-ast-eclipse-plugin-tests/lib/powermock-api-mockito2-2.0.7.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.

checkmarx-ast-eclipse-plugin-tests/lib/powermock-api-support-1.4.9.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.
196 KB
Binary file not shown.

checkmarx-ast-eclipse-plugin-tests/lib/powermock-module-junit4-2.0.9.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.

checkmarx-ast-eclipse-plugin-tests/lib/powermock-module-junit4-common-2.0.9.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)