org.hobsoft.symmetry.ui.test.traversal
Class MockComponentVisitors
java.lang.Object
org.hobsoft.symmetry.ui.test.traversal.MockComponentVisitors
public final class MockComponentVisitors
- extends Object
- Author:
- Mark Hobson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createVisitor
public static <P,E extends Exception> ComponentVisitor<P,E> createVisitor(org.jmock.Mockery mockery)
nullVisit
public static <T extends Component,P,E extends Exception> HierarchicalComponentVisitor<T,P,E> nullVisit()
nullEndVisit
public static <T extends Component,P,E extends Exception> HierarchicalComponentVisitor<T,P,E> nullEndVisit()
createHierarchicalVisitor
public static <T extends Component,P,E extends Exception> HierarchicalComponentVisitor<T,P,E> createHierarchicalVisitor(org.jmock.Mockery mockery)
createContainerVisitor
public static <T extends Container,P,E extends Exception> ContainerVisitor<T,P,E> createContainerVisitor(org.jmock.Mockery mockery)
createGridVisitor
public static <T extends Grid,P,E extends Exception> GridVisitor<T,P,E> createGridVisitor(org.jmock.Mockery mockery)
createListBoxVisitor
public static <T extends ComboBox<?>,P,E extends Exception> ListBoxVisitor<T,P,E> createListBoxVisitor(org.jmock.Mockery mockery)
createTableVisitor
public static <T extends Table,P,E extends Exception> TableVisitor<T,P,E> createTableVisitor(org.jmock.Mockery mockery)
createTreeVisitor
public static <T extends Tree,P,E extends Exception> TreeVisitor<T,P,E> createTreeVisitor(org.jmock.Mockery mockery)
createVisitorParameter
public static Object createVisitorParameter()
Copyright © 2004-2012. All Rights Reserved.