blob: e9ac0d09c3f07df8af8383c30bb652e39cf7aaab [file] [log] [blame]
/**
*
*/
package org.eclipse.emf.parsley.tests;
import org.eclipse.emf.parsley.tests.FeatureResolverTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* @author Lorenzo Bettini
*
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({
FeaturesProviderTest.class,
FeatureNamePathTest.class,
FeatureResolverTest.class,
NotificationBufferTest.class,
EmfCopyTest.class
})
public class EmfParsleyAllTests {
}