Interface Container

All Known Subinterfaces:
ObjectFactory
All Known Implementing Classes:
DefaultObjectFactory

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

    Modifier and Type
    Method
    Description
    boolean
    addClass(Class<?> glueClass)
    Add a glue class to the test context.
  • Method Details

    • 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.