* @throws Exception if any
*/
public void testDevelopersOrContributorsByDoapRoles()
throws Exception
{
I18N i18n = (I18N) getContainer().lookup( I18N.ROLE );
assertNotNull( i18n );
assertNotNull( i18n.getBundle() );
List<Contributor> developersOrContributors = new ArrayList<Contributor>();
// One role
Developer dev = new Developer();