package de.edu.hsfulda.ciip.tdd; public interface StringRepeater { void repeatSymbol(StringBuilder slice, int i, String symbolIndent); }