Hi Thiomir
I have implemented Junit test case looking at example shared on temporal official docs. In activity implementation I have autowired few config classes, it works fine when i am running application normally but while running test case the autowired class is getting initialised as null.
Thanks!!!