blob: 812e7045aed785a7a6e1c01e4a86b1b4a58a0a4f [file] [log] [blame]
package org.eclipse.jst.ws.cxf.tests;
import junit.framework.TestCase;
public class EasyTest extends TestCase {
/**
* simple test just to always succeed to demonstrate tests are being called
*/
public void testThatTestsRun() {
assertTrue(true);
}
}