We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test code (testNg):
@Listeners({ReportPortalTestNGListener.class}) public class Main { private Logger logger = LoggerFactory.getLogger(this.getClass()); @DataProvider(name = "loop", parallel = true) public static Iterator<Object[]> getDataWithStream() { return IntStream.range(1, 2000).mapToObj(i -> new Object[]{UUID.randomUUID().toString()}).iterator(); } @Test(dataProvider = "loop") public void workingWithDeque(String testUid) { String msg = "Error: " + testUid; logger.error(msg); throw new AssertionError(msg); } }
The text was updated successfully, but these errors were encountered:
reportportal/commons-dao@e40874c
fix reportportal/reportportal#9
b64dfb7
Update only one field of parent item instead of updating whole document
Merge pull request #39 from reportportal/fix#9-github
2c98d22
DzmitryKavalets
No branches or pull requests
Test code (testNg):
The text was updated successfully, but these errors were encountered: