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
Post a Comment