Search in sources :

Example 1 with OSIOTestRestRequestProvider

use of org.eclipse.linuxtools.mylyn.osio.rest.test.support.OSIOTestRestRequestProvider in project linuxtools by eclipse.

the class TestOSIORestGetSingleTask method setUp.

@Before
public void setUp() {
    connector = new TestOSIORestConnector();
    repository = new TaskRepository(connector.getConnectorKind(), "http://openshift.io/api");
    repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_ID, "user");
    repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_TOKEN, "xxxxxxTokenxxxxxx");
    requestProvider = new OSIOTestRestRequestProvider();
}
Also used : OSIOTestRestRequestProvider(org.eclipse.linuxtools.mylyn.osio.rest.test.support.OSIOTestRestRequestProvider) TaskRepository(org.eclipse.mylyn.tasks.core.TaskRepository) Before(org.junit.Before)

Example 2 with OSIOTestRestRequestProvider

use of org.eclipse.linuxtools.mylyn.osio.rest.test.support.OSIOTestRestRequestProvider in project linuxtools by eclipse.

the class TestOSIORestGetTaskComments method setUp.

@Before
public void setUp() {
    connector = new TestOSIORestConnector();
    repository = new TaskRepository(connector.getConnectorKind(), "http://openshift.io/api");
    repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_ID, "user");
    repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_TOKEN, "xxxxxxTokenxxxxxx");
    requestProvider = new OSIOTestRestRequestProvider();
}
Also used : OSIOTestRestRequestProvider(org.eclipse.linuxtools.mylyn.osio.rest.test.support.OSIOTestRestRequestProvider) TaskRepository(org.eclipse.mylyn.tasks.core.TaskRepository) Before(org.junit.Before)

Example 3 with OSIOTestRestRequestProvider

use of org.eclipse.linuxtools.mylyn.osio.rest.test.support.OSIOTestRestRequestProvider in project linuxtools by eclipse.

the class TestOSIORestGetTaskData method setUp.

@Before
public void setUp() {
    connector = new TestOSIORestConnector();
    repository = new TaskRepository(connector.getConnectorKind(), "http://openshift.io/api");
    repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_ID, "user");
    repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_TOKEN, "xxxxxxTokenxxxxxx");
    requestProvider = new OSIOTestRestRequestProvider();
}
Also used : OSIOTestRestRequestProvider(org.eclipse.linuxtools.mylyn.osio.rest.test.support.OSIOTestRestRequestProvider) TaskRepository(org.eclipse.mylyn.tasks.core.TaskRepository) Before(org.junit.Before)

Example 4 with OSIOTestRestRequestProvider

use of org.eclipse.linuxtools.mylyn.osio.rest.test.support.OSIOTestRestRequestProvider in project linuxtools by eclipse.

the class TestOSIORestGetTaskLabels method setUp.

@Before
public void setUp() {
    connector = new TestOSIORestConnector();
    repository = new TaskRepository(connector.getConnectorKind(), "http://openshift.io/api");
    repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_ID, "user");
    repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_TOKEN, "xxxxxxTokenxxxxxx");
    requestProvider = new OSIOTestRestRequestProvider();
}
Also used : OSIOTestRestRequestProvider(org.eclipse.linuxtools.mylyn.osio.rest.test.support.OSIOTestRestRequestProvider) TaskRepository(org.eclipse.mylyn.tasks.core.TaskRepository) Before(org.junit.Before)

Example 5 with OSIOTestRestRequestProvider

use of org.eclipse.linuxtools.mylyn.osio.rest.test.support.OSIOTestRestRequestProvider in project linuxtools by eclipse.

the class TestOSIORestGetTaskLinks method setUp.

@Before
public void setUp() {
    connector = new TestOSIORestConnector();
    repository = new TaskRepository(connector.getConnectorKind(), "http://openshift.io/api");
    repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_ID, "user");
    repository.setProperty(IOSIORestConstants.REPOSITORY_AUTH_TOKEN, "xxxxxxTokenxxxxxx");
    requestProvider = new OSIOTestRestRequestProvider();
}
Also used : OSIOTestRestRequestProvider(org.eclipse.linuxtools.mylyn.osio.rest.test.support.OSIOTestRestRequestProvider) TaskRepository(org.eclipse.mylyn.tasks.core.TaskRepository) Before(org.junit.Before)

Aggregations

OSIOTestRestRequestProvider (org.eclipse.linuxtools.mylyn.osio.rest.test.support.OSIOTestRestRequestProvider)16 TaskRepository (org.eclipse.mylyn.tasks.core.TaskRepository)16 Before (org.junit.Before)16 Date (java.sql.Date)1 OSIORestConnector (org.eclipse.linuxtools.internal.mylyn.osio.rest.core.OSIORestConnector)1 Identity (org.eclipse.linuxtools.internal.mylyn.osio.rest.core.response.data.Identity)1