use of org.jboss.tools.openshift.internal.ui.property.ConnectionPropertySource in project jbosstools-openshift by jbosstools.
the class ConnectionPropertySourceTest method setup.
@Before
public void setup() throws Exception {
connection = new Connection("http://localhost:8080", null, null);
connection.setUsername("foo");
source = new ConnectionPropertySource(connection);
}
Aggregations