package jetbrains.mps.testbench.util; /*Generated by MPS */ public interface Output { boolean isNotEmpty(); String getDescription(); String getText(); }