Interface Container

  • All Known Subinterfaces:
    ObjectFactory

    @API(status=STABLE)
    public interface Container
    • Method Detail

      • addClass

        boolean addClass​(Class<?> glueClass)
        Add a glue class to the test context.

        Invoked after creation but before ObjectFactory.start().

        Parameters:
        glueClass - glue class to add to the text context.
        Returns:
        should always return true, should be ignored.