Skip to content

Commit

Permalink
test update for Java 17 and new Mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 15, 2023
1 parent 77a4644 commit deee204
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
29 changes: 17 additions & 12 deletions tests/org.eclipse.emf.parsley.tests/EmfParsleyAllTests.launch
@@ -1,15 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/org.eclipse.emf.parsley.tests/xtend-gen/org/eclipse/emf/parsley/tests"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="2"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=org.eclipse.emf.parsley.tests/xtend-gen&lt;org.eclipse.emf.parsley.tests"/>
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.parsley.tests"/>
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/org.eclipse.emf.parsley.tests/xtend-gen/org/eclipse/emf/parsley/tests"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="2"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=org.eclipse.emf.parsley.tests/xtend-gen&lt;org.eclipse.emf.parsley.tests"/>
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.parsley.tests"/>
</launchConfiguration>
3 changes: 2 additions & 1 deletion tests/org.eclipse.emf.parsley.tests/META-INF/MANIFEST.MF
Expand Up @@ -13,7 +13,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
com.ibm.icu,
net.bytebuddy.byte-buddy;bundle-version="1.12.18",
org.objenesis;bundle-version="3.3.0",
org.mockito.mockito-core;bundle-version="4.8.1"
org.mockito.mockito-core;bundle-version="4.8.1",
net.bytebuddy.byte-buddy-agent;bundle-version="1.14.7"
Import-Package: org.junit;version="4.5.0",
org.junit.rules;version="4.9.0",
org.junit.runner;version="4.5.0",
Expand Down

0 comments on commit deee204

Please sign in to comment.