![JAR search and dependency download from the Maven repository](/logo.png)
org.jboss.test.faces.mockito.component.TreeBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsf-mockito Show documentation
Show all versions of jsf-mockito Show documentation
Uses Mockito to create mocked JavaServer Faces environment classes
The newest version!
package org.jboss.test.faces.mockito.component;
import javax.faces.component.UIComponent;
public interface TreeBuilder {
TreeBuilder id(String id);
TreeBuilder children(TreeBuilder> ...builders);
TreeBuilder facets(Facet> ...facets);
C getComponent();
void visitTree(TreeVisitor visitor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy