Package net.n2oapp.framework.autotest
Class ComponentFactory
java.lang.Object
net.n2oapp.framework.autotest.ComponentFactory
Фабрика реализаций компонентов для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ComponentFactoryaddCollections(Class<? extends ComponentsCollection>... collections) final ComponentFactoryaddComponents(Class<? extends Component>... components) addLibrary(ComponentLibrary library) <T extends ComponentsCollection>
T<T extends Component>
T
-
Constructor Details
-
ComponentFactory
public ComponentFactory()
-
-
Method Details
-
produce
-
produce
public <T extends ComponentsCollection> T produce(com.codeborne.selenide.ElementsCollection elements, Class<T> collectionClass) -
addComponents
-
addCollections
@SafeVarargs public final ComponentFactory addCollections(Class<? extends ComponentsCollection>... collections) -
addLibrary
-