package test.org.korsakow.media; import org.junit.runner.RunWith; import org.junit.runners.Suite; import org.junit.runners.Suite.SuiteClasses; @SuiteClasses({ TestQTMemory.class, }) @RunWith(Suite.class) public class MediaSuite { }