blob: 8b4c82355d2e1a82b8a76a4d79059b691e01c7e7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Standards for Technology in Automotive Retail and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* David Carver (STAR) - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.xsl.exslt.core.tests;
import org.eclipse.wst.xsl.exslt.core.internal.resolver.tests.EXSLTResolverTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses( {EXSLTResolverTest.class })
public class EXSLTCoreTestSuite{
}