@Test
public void fixedPropertyHardwareProfileMayBeUnmarshalled() throws MalformedURLException, JAXBException,
DeltaCloudClientException {
HardwareProfile profile = new HardwareProfile();
ByteArrayInputStream inputStream = new ByteArrayInputStream(HardwareProfile1Response.response.getBytes());
new HardwareProfileUnmarshaller().unmarshall(inputStream, profile);
assertNotNull(profile);
assertEquals(HardwareProfile1Response.id, profile.getId());
assertEquals(HardwareProfile1Response.propMemValue + ' ' + HardwareProfile1Response.propMemUnit,
profile.getMemory());
assertEquals(HardwareProfile1Response.propStorageValue + ' ' + HardwareProfile1Response.propStorageUnit,