AEM Sites WKND Tutorials - Unit Testing
Hi all,
I am following AEM Sites WKND Tutorials - Unit Testing. https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/unit-testing#reviewing-bylineimpl-java
It says:
"Unit tests typically map 1-to-1 with Java™ classes. In this chapter, we’ll write a JUnit test for the BylineImpl.java, which is the Sling Model backing the Byline component."
But the Sling Model backing the Byline component was Byline.java.
Also Byline.java was created in folder core/src/main/java/com/adobe/aem/guides/wknd/core/models, but
BylineImpl.java shows src/main/java/com/adobe/aem/guides/wknd/core/models/impl folder.
Now, I can not use Byline.java created earlier in the parent folder of thee expected folder in this exercise.
Please suggest.
Appreciate your replies.
Thanks,
RK.