package com.sap.ide.cts.editor.allsuites; import org.junit.runner.RunWith; import com.sap.furcas.test.util.ExtSuite; import com.sap.ide.cts.editor.copy.TestDeepCopy; @RunWith(ExtSuite.class) @ExtSuite.SuiteClasses( { TestDeepCopy.class }) @ExtSuite.SuitePackages( {}) public class DeepCopyTestSuite { // need this to hold annotations }