l-1squared

Results 58 comments of l-1squared

In transition from version 7.3.0 to 7.4.0 the class `org.testng.internal.RunInfo` was changed. Specifically the type of the field m_methodSelectors was changed from a `List` to a `TreeSet`. The class `MethodSelectorDescriptor`...

An easy workaround is obviously to just change the priority

Attached the complete project from which I produced the posted Application.java file. [testng-error-example.zip](https://github.com/cbeust/testng/files/6637453/testng-error-example.zip)

Hi @jasperroelofsen, I will put it on the list. However, we currently only have limited control over the html app so implementing this might take a little while.

Hi Adrian, thanks for contacting us. I have a few questions regarding the test I am supposed to run: Is it a TestNG test? I ran your suite with both...

I've managed to identify the issue: Two components have a different understanding of what a "step" is. I came up with a solution, however, I am not content with merging...

merged preliminary solution: https://github.com/TNG/JGiven/pull/778

@leimer @codecholeric should we limit that feature to JUnit5?

Hi @marektester , no, we have not yet looked into the issue. I am currently resolving issue #102 :) I might have a look into this one after that.