Class AbstractTestActionFactoryBean<T extends com.consol.citrus.TestAction,​B extends com.consol.citrus.AbstractTestActionBuilder<?,​?>>

    • Constructor Detail

      • AbstractTestActionFactoryBean

        public AbstractTestActionFactoryBean()
    • Method Detail

      • setName

        public void setName​(String name)
        Set the bean name for this test action.
        Parameters:
        name - the test action name.
      • setDescription

        public void setDescription​(String description)
        Sets the test action description.
        Parameters:
        description - the description to set.
      • setActor

        public void setActor​(com.consol.citrus.TestActor actor)
        Sets the test action actor.
        Parameters:
        actor - the actor to set.
      • getBuilder

        protected abstract B getBuilder()
        Provides the test action builder implementation.
        Returns:
        the test action builder for this particular factory bean.