blob: d999f9331d939cd6b68f06a51f4aab2621892da5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2019 IBM Corporation and others.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
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);
}
}