11121314151617
public class LongestCommonSubstringTest { private LongestCommonSubstring comp; @Before public void setup() { this.comp = new LongestCommonSubstring(); }