Search in sources :

Example 1 with ConnectionPropertySource

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);
}
Also used : Connection(org.jboss.tools.openshift.core.connection.Connection) ConnectionPropertySource(org.jboss.tools.openshift.internal.ui.property.ConnectionPropertySource) Before(org.junit.Before)

Aggregations

Connection (org.jboss.tools.openshift.core.connection.Connection)1 ConnectionPropertySource (org.jboss.tools.openshift.internal.ui.property.ConnectionPropertySource)1 Before (org.junit.Before)1