Interface PlexusTestConfiguration


  • public interface PlexusTestConfiguration
    Allow to customize the Plexus container by test class.
    Since:
    1.7.0
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void customizeConfiguration​(org.codehaus.plexus.ContainerConfiguration containerConfiguration)
      Customize the container configuration before the container is created.
      default void customizeContainer​(org.codehaus.plexus.PlexusContainer container)
      Customize the container after it has been created.
    • Method Detail

      • customizeConfiguration

        default void customizeConfiguration​(org.codehaus.plexus.ContainerConfiguration containerConfiguration)
        Customize the container configuration before the container is created.
        Parameters:
        containerConfiguration - the container configuration to customize
        Since:
        1.7.0
      • customizeContainer

        default void customizeContainer​(org.codehaus.plexus.PlexusContainer container)
        Customize the container after it has been created.
        Parameters:
        container - the container to customize
        Since:
        1.7.0