Class N2oFieldSets
java.lang.Object
net.n2oapp.framework.autotest.impl.collection.N2oComponentsCollection
net.n2oapp.framework.autotest.impl.collection.N2oFieldSets
- All Implemented Interfaces:
ComponentsCollection,FieldSets
Филдсеты для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.n2oapp.framework.autotest.impl.collection.N2oComponentsCollection
elements, setElements, shouldBeEmpty, shouldHaveSizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.autotest.api.collection.ComponentsCollection
elements, setElements, shouldBeEmpty, shouldHaveSize
-
Constructor Details
-
N2oFieldSets
public N2oFieldSets()
-
-
Method Details
-
fieldset
Description copied from interface:FieldSetsВозвращает простой компонент филдсет по индексу
For example:
fieldsets().fieldset(2); -
fieldset
Description copied from interface:FieldSetsВозвращает первый из списка филдсет типа, наследуемого FieldSet
For example:
fieldsets().fieldset(MultiFieldSet.class); -
fieldset
Description copied from interface:FieldSetsВозвращает филдсет типа, наследуемого FieldSet, по индексу
For example:
fieldsets().fieldset(2, MultiFieldSet.class);
-