package jetbrains.mps.testbench.junit.suites; /*Generated by MPS */ import org.junit.runner.RunWith; /** * * This suite used to run the tests, specified in the ant-xml junit task */ @RunWith(MpsTestsSuite.class) public class AntModuleTestSuite { }