blob: cb9b80f06bd8396f978fa34bd39f7badc021b028 [file] [log] [blame]
package com.intellij.execution.testframework.sm.runner.ui;
import com.intellij.execution.testframework.sm.runner.SMTestProxy;
import org.jetbrains.annotations.NotNull;
/**
* @author Sergey Simonchik
*/
public interface SMRootTestProxyFormatter {
void format(@NotNull SMTestProxy.SMRootTestProxy testProxy, @NotNull TestTreeRenderer renderer);
}