JUnit is a unit testing framework for the Java programming language.

learn more… | top users | synonyms

1
vote
1answer
258 views

parameterized JUnit tests with HtmlUnitDriver leading to test termination

I came across an unusual issue with my automation tests while using the HtmlUnitDriver. I have been using the junit parameterized class to iterate over a list of urls to run some of my tests. The test ...