Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 377 Bytes

questions.md

File metadata and controls

20 lines (14 loc) · 377 Bytes

Question List

Scenario: @PostConstruct

<!-- 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 -->