Forum Discussion
jklapste
14 years agoContributor
bmgriner wrote: I am getting similar results for my XPath Assertions after following the steps above.
ASSERTION FAILED -> junit/framework/ComparisonFailure
It looks like the assert failures are also being caused by a missing dependency. I added the junit dependency to the plugin dependencies and all my tests pass now.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
</dependency>
Related Content
- 2 years ago
- 4 years ago
- 3 years ago
Recent Discussions
- 27 days ago