blob: 084d082cb8813ffb4a0a32bbb4e16b0e43c1a07f [file] [log] [blame]
package org.eclipse.wst.ws.tests.unittest;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* @author sengpl
*
*/
public class ResourceUtilsTests extends TestCase implements WSJUnitConstants{
public static Test suite(){
return new TestSuite(ResourceUtilsTests.class);
}
}