You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since `org.testng.ITestNGMethod#getId` is not reliable, the execution
listener now uses the ITestResult as a key to find the correct
invocation and does not eagerly report the method container as finished
but relies on onAfterClass to do so. This approach is also used by
Gradle's listener implementation so it should be robust.
Fixes#4.
Since `org.testng.ITestNGMethod#getId` is not reliable, the execution
listener now uses the `ITestResult` as a key to find the correct
invocation and does not eagerly report the method container as finished
but relies on onAfterClass to do so. This approach is also used by
Gradle's listener implementation so it should be robust.
Fixes#4.
Currently, this throws an exception.
Reproducer: https://github.com/nebula-plugins/gradle-nebula-integration/tree/a2950c001af725a4ea185b86dbbaf34795ee5407/testng-junit-platform
The text was updated successfully, but these errors were encountered: