* This Unit is supposed to test the building of Entity Provider Properties for query with $expand
*/
@Test
public void testGetEntityProviderPropertiesQuery() {
GetEntitySetUriInfo getEntitySetUriInfo = mockEntitySetUriInfoForExpand();
ODataJPAContext oDataJPAContext = getODataJPAContext();
// Building the edm entity
List<Map<String, Object>> edmEntityList = new ArrayList<Map<String, Object>>();
Map<String, Object> edmEntity = new HashMap<String, Object>();
edmEntity.put("ID", 1);
edmEntityList.add(edmEntity);