A quick question:
I am considering using TestNG and looked at the Chapter 8. Testing page and in section 8.3.7.6 and noticed this statement:
Does this mean that these annotations are exclusive with the use of Junit?"The following annotations, however, are only supported when used in conjunction with JUnit (e.g., with the SpringJUnit4ClassRunner or the JUnit 3.8 and JUnit 4.4 support classes."
Does Spring 2.5 or 3 have this same annotation support for TestNG as well?


Reply With Quote