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
derived ctor is called after the FluentDockerTestBase ctor so basically, the OnContainerInitialized can be used exchangeable with ctor of the inherited class. But if I want to do some operation before Build and Start - I can't. That's my proposition is to implement BeforeContainerInitialized() virtual method as the first line of FluentDockerTestBase ctor.
The text was updated successfully, but these errors were encountered:
derived ctor is called after the FluentDockerTestBase ctor so basically, the OnContainerInitialized can be used exchangeable with ctor of the inherited class. But if I want to do some operation before Build and Start - I can't. That's my proposition is to implement BeforeContainerInitialized() virtual method as the first line of FluentDockerTestBase ctor.
The text was updated successfully, but these errors were encountered: