1
vote
Can I specify a class wide group on a TestNG test case?
TestNG will run all the public methods from a class with a @Test annotation. Maybe you could change the methods you don't want TestNG to run to be non-public
…
