blob: 803c7ebe05c5c4a1896005dbc629bc8bb69de417 [file] [log] [blame]
package org.eclipse.emf.emfstore.modelmutator.test;
import org.eclipse.emf.emfstore.internal.modelmutator.mutation.MutationTargetSelectorTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({ AddObjectMutationTest.class, AttributeChangeMutationTest.class, DeleteObjectMutationTest.class,
FeatureMapKeyMutationTest.class, MoveObjectMutationTest.class, MutationTargetSelectorTest.class,
ReferenceChangeMutationTest.class })
public class AllMutationTests {
}