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

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -