Class DefaultContainerInstantiator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T newInstance​(java.lang.Class<T> cls, ContainerContext context)
      Creates a new instance of a container class and inject it.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultContainerInstantiator

        public DefaultContainerInstantiator​(FluentControl control)
        Creates a new container instantiator
        Parameters:
        control - FluentLenium control
    • Method Detail