@Test(dataProvider = com.linkedin.restli.internal.common.TestConstants.RESTLI_PROTOCOL_1_2_PREFIX + "requestOptionsDataProvider")
public void testBatchCreate(RestliRequestOptions requestOptions) throws RemoteInvocationException
{
final ComplexKeysBuilders builders = new ComplexKeysBuilders(requestOptions);
testBatchCreateMain(builders.batchCreate(), builders.batchGet());
}
@Test(dataProvider = com.linkedin.restli.internal.common.TestConstants.RESTLI_PROTOCOL_1_2_PREFIX + "requestOptionsDataProvider")
public void testBatchCreateId(RestliRequestOptions requestOptions) throws RemoteInvocationException
{