-
Story
-
Resolution: Done
-
Minor
-
DO400 - OCP4.6-en-4-20210827
-
None
-
3
-
ROLE
-
en-US (English)
URL: https://rol.redhat.com/rol/app/courses/do400-4.6/pages/ch03s09
Reporter RHNID: wasim-rhls
Section: 9 - Lab: Implementing Unit, Integration, and Functional Testing for Applications
Language: en-US (English)||||||||
Workaround:
Description: The path should only be src/main/java/com/redhat/training/MultiplierResource.java and src/test/java/com/redhat/training/MultiplierResourceTest.java it should not include "multiplier" in path as we already moved to "multiplier" directory in last step(1.1).
The path should only be src/main/java/com/redhat/training/AdderResource.java and src/test/java/com/redhat/training/AdderResourceTest.java it should not include "adder" in path as we already moved to "adder" directory in last step(2.1).
The path should only be src/main/java/com/redhat/training/SolverResource.java and src/test/java/com/redhat/training/SolverResourceTest.java it should not include "solver" in path as we already moved to "solver" directory in last step(3.1).