AlertDefinitionManagerLocal adm = LookupUtil.getAlertDefinitionManager();
AlertDefinitionCriteria crit = new AlertDefinitionCriteria();
crit.addFilterId(templateLevelAlertDefinitionId);
crit.fetchAlertNotifications(true);
crit.fetchConditions(true);
List<AlertDefinition> foundDefs = adm.findAlertDefinitionsByCriteria(subject, crit);
assertEquals("Failed to find the previously created template level alert definition.", 1, foundDefs.size());