2b175701d2
This commit adds a few unit tests for the gearman-plugin. A few things were refactored from creating the tests. 1. move methods from GearmanPluginUtil to GearmanPluginConfig 2. removed a few unused methods. Change-Id: I8ccd0000ff528867c66958294192818f35d83383
10 lines
501 B
XML
10 lines
501 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src/main/java"/>
|
|
<classpathentry kind="src" path="src/test/java"/>
|
|
<classpathentry kind="src" path="src/main/resources"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
</classpath>
|