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