178179180181182183184185186187
dataSource = dataSourceAnnotation.value(); } if (Strings.isEmpty(dataSource)) { throw new DataSourceNotDefinedException("DataSource not defined! Please declare in arquillian.xml or by using @DataSource annotation."); } return dataSource; }