lanbeier / testng-eclipse

Automatically exported from code.google.com/p/testng-eclipse
0 stars 0 forks source link

Wrong number of methods show in GUI #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a class implementing IMethodInterceptor, and in List<IMethodInstance> 
intercept(List<IMethodInstance> method, ITestContext testContext) return a 
modified List with 
less elements 
2.
3.

What is the expected output? What do you see instead?
The plugin detected the change in size

What version of the product are you using? On what operating system?
TestNG 5.8

Please provide any additional information below.

Original issue reported on code.google.com by Soren...@gmail.com on 28 Apr 2008 at 9:37