19202122232425
public class LinesTest extends TestCase { protected Lines lines; protected void setUp() throws Exception { lines = new Lines(); }
15161718192021