PropertiesActionProcessor processor = new TestPropertiesActionProcessor();
InputStream input = getClass().getResourceAsStream(PROPERTIES_PATH);
OutputStream output = new ByteArrayOutputStream();
processor.process(new InputStreamReader(input), new OutputStreamWriter(output), null);
verify(advisor);
}
protected PropertiesFileItemAdvice createDoNothingAdvice() {