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());
}
Aggregations