From the TestNG doc I can see that (enabled = false) can be applied to a class or method. But it seems it only works when applied to a method.
Anybody seen the same, found a solution?
I'm running tests in ItelliJ IDEA 7.0 by the way.
From the TestNG doc I can see that (enabled = false) can be applied to a class or method. But it seems it only works when applied to a method.
Anybody seen the same, found a solution?
I'm running tests in ItelliJ IDEA 7.0 by the way.
Given that TestNG is open source, why not grab the source and fix the bug. Once that is done you can give something back by submitting a patch.