java - what is AbstractTestNGSpringContextTests -


i have testng class following:

public class webapitestcase extends abstracttestngspringcontexttests{.....} 

i trying understand means extends abstracttestngspringcontexttests.

how work , use of it?

please read javadoc:

abstract base test class integrates spring testcontext framework explicit applicationcontext testing support in testng environment.

basically spring application context setup test class.

if still doesn't make sense i'd recommend read chapter 11 of spring manual on testing.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -