@Test
public void testGetEntityProviderPropertiesRead() {
// Getting the EntityUriInfo
GetEntityUriInfo getEntityUriInfo = mockEntityUriInfoForExpand();
ODataJPAContext oDataJPAContext = getODataJPAContext();
Class<?> clazz = ODataJPAResponseBuilderDefault.class;
Object[] actualParameters = { oDataJPAContext, getEntityUriInfo };
Class<?>[] formalParameters = { ODataJPAContext.class, GetEntityUriInfo.class };
EntityProviderWriteProperties providerProperties = null;
try {