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
The problem when migrating to ContainerExtension is that the lifecycle function afterStart doesn't receive the container as a parameter. I would have expected the equivalent to be:
In our project we have a lot of
SharedTestContainerExtensions
defined like this:The problem when migrating to
ContainerExtension
is that the lifecycle functionafterStart
doesn't receive the container as a parameter. I would have expected the equivalent to be:I think that having
container
as receiver for the related lifecycle functions (at least forafterStart
) should be useful:The text was updated successfully, but these errors were encountered: