@org.junit.Test
 public void testGetNodeProperty() throws Exception {
   when(property.getPropertyName()).thenReturn(propertyName);
   Assert.assertEquals(intentResolverUtils.getNodeProperty(propertyList, propertyName), property);
 }