: "";
logger.debug("Setting system property for test context: {}={}", key, val);
tempSetter.setProperty(key, val);
} else {
throw new JuRuntimeException("SystemProperty String must be of type key=val, but was: %s", keyValStr);
}
}
}
} catch (Exception ex) {
// When an exception occurrs, make sure we reset the properties to their original values