Package io.qameta.allure.tree
Class AbstractTree<T,S extends TreeGroup,U extends TreeLeaf>
java.lang.Object
io.qameta.allure.tree.AbstractTree<T,S,U>
- Type Parameters:
T- the type of accepted itemsS- the type of tree groupU- the type of tree leaf
- Direct Known Subclasses:
TestResultTree
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractTree(S root, TreeClassifier<T> treeClassifier, TreeGroupFactory<T, S> groupFactory, TreeLeafFactory<T, S, U> leafFactory) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.qameta.allure.tree.TreeGroup
findNodeOfType
-
Field Details
-
root
-
-
Constructor Details
-
AbstractTree
public AbstractTree(S root, TreeClassifier<T> treeClassifier, TreeGroupFactory<T, S> groupFactory, TreeLeafFactory<T, S, U> leafFactory)
-
-
Method Details