blob: 0b09c6e4cdaf87132b7b8580540ebedc4e93ae91 [file] [log] [blame]
/**
*
*/
package org.eclipse.jst.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);
}
}