<!-- 1. Description -->
How to mock an instance that is initialized in a method annotated with @PostConstruct?
<!-- 2. Problem -->
JUnit test framework is not aware of @PostConstruct.
It will ignore the initialization inside @PostConstruct annotated method.
<!-- 3. Solution -->