Eclipse Plugin 5.9.0.5 problem with IInvokedMethodListener

View: New views
1 Messages — Rating Filter:   Alert me  

Eclipse Plugin 5.9.0.5 problem with IInvokedMethodListener

by Arkhantos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


This is the problem:

when i use this listener that implements IInvokedMethodListener in
this way in my testng.xml file

<listeners>
  <listener class-name="com.company.testngListener" />
</listeners>

everything works fine except whith listeners that implements
IInvokedMethodListener which doesn't run
I tried with other listeners and there is no problem

I tried running the test with maven and there is no problem, all
listeners are used

i hope you can help me thanks :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "testng-users" group.
To post to this group, send email to testng-users@...
To unsubscribe from this group, send email to testng-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en
-~----------~----~----~----~------~----~------~--~---