package jetbrains.mps.baseLanguage.unitTest.execution.tool; /*Generated by MPS */ public class TotalRow extends TestContainerRow { public TotalRow() { super("Total:", null); } @Override public boolean matches(String testCase, String testMethod) { return true; } }