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
Currently TestNG instantiates listener objects multiple times and throws away duplicate instances if the listener has been wired in.
This becomes a problem for people who also use their listener objects to manage state.
This issue is to track this discrepancy in TestNG and ensure that listeners are instantiated ONLY if they are going to be wired in.
TestNG Version
Currently TestNG instantiates listener objects multiple times and throws away duplicate instances if the listener has been wired in.
This becomes a problem for people who also use their listener objects to manage state.
This issue is to track this discrepancy in TestNG and ensure that listeners are instantiated ONLY if they are going to be wired in.
Please see this discussion for more context.
The text was updated successfully, but these errors were encountered: