DynamicPropertyPlaceholderConfigurer.setDynamicResource(resource);
properties = PropertiesLoaderUtils.loadProperties(resource);
appCtx = new ClassPathXmlApplicationContext("classpath:aw-report-test-beans.xml");
reportProcessorOnFile = new ReportProcessorOnFile(10, NUMBER_OF_THREADS);
authenticator = new InstalledOAuth2Authenticator("DevToken", "ClientId", "ClientSecret",
ReportWriterType.FileSystemWriter);
MockitoAnnotations.initMocks(this);
when(mockedAuthTokenPersister.getAuthToken(Mockito.anyString())).thenReturn(