12131415161718
private Connection client; @Before public void setUp() throws Exception { client = new Connection(); }
11121314151617
public class ConnectionTest extends Assert { private Connection client; @Before public void setUp() throws Exception { client = new Connection(); }