You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the javadoc documentation and e.g. to test in micronaut core, implementing io.micronaut.test.support.TestPropertyProvider ought call getProperties() on the instance.
Actual Behaviour
getProperties() is not called before test method execution