Search in sources :

Example 1 with AnnotatedComplexKeysRequestBuilders

use of com.linkedin.restli.examples.greetings.client.AnnotatedComplexKeysRequestBuilders in project rest.li by linkedin.

the class TestComplexKeysResource method testPromiseCreateId.

@Test(dataProvider = com.linkedin.restli.internal.common.TestConstants.RESTLI_PROTOCOL_1_2_PREFIX + "requestOptionsDataProvider")
public void testPromiseCreateId(RestliRequestOptions requestOptions) throws RemoteInvocationException {
    final AnnotatedComplexKeysRequestBuilders builders = new AnnotatedComplexKeysRequestBuilders(requestOptions);
    testCreateMainNewBuilders(builders.create(), builders.get());
}
Also used : AnnotatedComplexKeysRequestBuilders(com.linkedin.restli.examples.greetings.client.AnnotatedComplexKeysRequestBuilders) Test(org.testng.annotations.Test)

Aggregations

AnnotatedComplexKeysRequestBuilders (com.linkedin.restli.examples.greetings.client.AnnotatedComplexKeysRequestBuilders)1 Test (org.testng.annotations.Test)1