3435363738394041424344
public class ConfigTest extends TestCase { private Config conf = null; public void setUp() { conf = new Config(); try { conf.readConfig("jhttpd.conf"); } catch (IOException e) { fail("Exception!"); }