Junit Test Cases in AEM
- Khanna
- Apr 26, 2018
- 1 min read
Junit in AEM with power-mock.
Maven dependency
<dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <version>1.7.1</version> </dependency>
OR
How to run the test case in AEM

Comments