Class BeforeTestcontainerUsedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.testcontainers.lifecycle.BeforeTestcontainerUsedEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeforeTestcontainersPropertySuppliedEvent

public class BeforeTestcontainerUsedEvent extends ApplicationEvent
Event published just before a Testcontainers Container is used.
Since:
3.2.6
Author:
Andy Wilkinson
See Also:
  • Constructor Details

    • BeforeTestcontainerUsedEvent

      public BeforeTestcontainerUsedEvent(Object source)