package jetbrains.mps.lang.test.util; /*Generated by MPS */ public interface MpsTestRunListener { void testRunStarted(); void testRunFinished(); }