package jetbrains.mps.baseLanguage.unitTest.execution.tool; /*Generated by MPS */ public interface TestStatisticsRow { String getText(); String getAdditionalText(); long getElapsedTime(); long getUsageBefore(); long getUsageAfter(); long getUsageDelta(); int getSuccessful(); int getFailed(); int getErrored(); boolean matches(String testCase, String testMethod); }