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
…
1
vote
Similar thing to RJS (used in Ruby on Rails) in the Java web app world ?
Yes, I think Google Web Toolkit is the java equivalent to RJS templates.
…
