blob: 427699cd560f759e0babd95ee0ba1f355b4b50f8 [file] [log] [blame]
package org.eclipse.epsilon.emc.simulink.dictionary.test;
import org.eclipse.epsilon.emc.simulink.dictionary.test.unit.ExampleTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({ExampleTest.class})
public class DictinoaryTestSuite {}