public final void testAlerts() throws Throwable {
final String internalName = this.sharepointClientContext.getSiteURL();
final Calendar cLastMod = Calendar.getInstance();
cLastMod.setTime(new Date());
GlobalState gs = new GlobalState(clientFactory,
TestConfiguration.googleConnectorWorkDir,
TestConfiguration.feedType);
WebState ws = gs.makeWebState(sharepointClientContext, TestConfiguration.Site1_URL);
final ListState currentDummyAlertList = new ListState(internalName,
SPConstants.ALERTS_TYPE, SPConstants.ALERTS_TYPE, cLastMod,
SPConstants.ALERTS_TYPE, internalName, ws);
List<SPDocument> lstAlerts = alerts.getAlerts(ws, currentDummyAlertList);