blob: 9e4c70228221a7267ebc13c99deb5274d720ce6d [file] [log] [blame]
package org.eclipse.jst.ws.cfx.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);
}
}