Skip to content
Snippets Groups Projects
Commit 3040e8f7 authored by Zoey76's avatar Zoey76
Browse files

Adding TestNG and Mockito libraries

parent 00a5a237
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,7 @@ ...@@ -4,5 +4,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" /> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
<classpathentry combineaccessrules="false" kind="src" path="/L2J_Server" /> <classpathentry combineaccessrules="false" kind="src" path="/L2J_Server" />
<classpathentry kind="lib" path="/L2J_Server/dist/libs/mmocore.jar" /> <classpathentry kind="lib" path="/L2J_Server/dist/libs/mmocore.jar" />
<classpathentry kind="lib" path="/L2J_Server/dist/libs/mockito-all-1.9.5.jar" />
<classpathentry kind="lib" path="/L2J_Server/dist/libs/testng-6.9.5.jar" />
<classpathentry kind="output" path="bin" /> <classpathentry kind="output" path="bin" />
</classpath> </classpath>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment