Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

H

hasChild(String) - Static method in class org.testfx.matcher.base.NodeMatchers
Creates a matcher that matches all Nodes that have at least one node that is found via NodeQuery.lookup(String).
hasChild() - Static method in class org.testfx.matcher.base.ParentMatchers
Creates a matcher that matches all Parents that have at least one child.
hasChildren(int, String) - Static method in class org.testfx.matcher.base.NodeMatchers
Creates a matcher that matches all Nodes that have exactly amount nodes that are found via NodeQuery.lookup(String).
hasChildren(int) - Static method in class org.testfx.matcher.base.ParentMatchers
Creates a matcher that matches all Parents that have exactly amount children.
hasColoredText(String) - Static method in class org.testfx.matcher.control.TextFlowMatchers
Allows one to verify both the content and color of the text that makes up a TextFlow.
hasDimension(double, double) - Static method in class org.testfx.matcher.base.GeometryMatchers
Creates a TypeSafeMatcher that matches when a given Dimension2D's width and height equal the given width and height.
hasExactlyColoredText(String) - Static method in class org.testfx.matcher.control.TextFlowMatchers
Allows one to verify both the content and color of the text that makes up a TextFlow.
hasId(String) - Static method in class org.testfx.util.NodeQueryUtils
Returns a predicate that returns true if the node's id equals the given id.
hasItems(int) - Static method in class org.testfx.matcher.control.ComboBoxMatchers
Creates a matcher that matches all ComboBoxes that have exactly amount items.
hasItems(int) - Static method in class org.testfx.matcher.control.ListViewMatchers
Creates a matcher that matches all ListViews that has exactly amount items.
hasItems(int) - Static method in class org.testfx.matcher.control.TableViewMatchers
Creates a matcher that matches all TableViews that has exactly amount items.
hasListCell(Object) - Static method in class org.testfx.matcher.control.ListViewMatchers
Creates a matcher that matches all ListViews that has one cell that equals the given value.
hasPlaceholder(Node) - Static method in class org.testfx.matcher.control.ListViewMatchers
Creates a matcher that matches all ListViews in two situations: if both the ListView's placeholder and the given placeHolder are Labeled objects or subclasses thereof, it matches if the two placeholder's texts equal, and it matches if the two placeholders, when they are not Labeled objects or subclasses, are equal.
hasSelectedItem(T) - Static method in class org.testfx.matcher.control.ComboBoxMatchers
Creates a matcher that matches all ComboBoxes that have given selection as its selected item.
hasTableCell(Object) - Static method in class org.testfx.matcher.control.TableViewMatchers
Creates a matcher that matches all TableViews that has a TableCell whose value or value.toString() equals the given value.
hasText(String) - Static method in class org.testfx.matcher.base.NodeMatchers
Creates a matcher that matches all Labeled, TextInputControl, and Text objects that have the given string.
hasText(Matcher<String>) - Static method in class org.testfx.matcher.base.NodeMatchers
Creates a matcher that matches all Labeled, TextInputControl, and Text objects whose text matches the given matcher.
hasText(String) - Static method in class org.testfx.matcher.control.LabeledMatchers
Creates a matcher that matches all Labeled objects that have the given string as their text.
hasText(Matcher<String>) - Static method in class org.testfx.matcher.control.LabeledMatchers
Creates a matcher that matches all Labeled objects whose text matches the given matcher.
hasText(String) - Static method in class org.testfx.matcher.control.TextFlowMatchers
Creates a matcher that matches all (TextFlows whose "text" (the result of combining all of its Text children's text together) equals the given string.
hasText(String) - Static method in class org.testfx.matcher.control.TextInputControlMatchers
Creates a matcher that matches all TextInputControls whose text equals the given string.
hasText(Matcher<String>) - Static method in class org.testfx.matcher.control.TextInputControlMatchers
Creates a matcher that matches all TextInputControls whose text matches the given matcher.
hasText(String) - Static method in class org.testfx.matcher.control.TextMatchers
Creates a matcher that matches all Texts whose text equals the given string.
hasText(Matcher<String>) - Static method in class org.testfx.matcher.control.TextMatchers
Creates a matcher that matches all Texts whose text matches the given matcher.
hasText(String) - Static method in class org.testfx.util.NodeQueryUtils
Returns a predicate that returns true if the node is a Label, TextInputControl, or any of their subclasses whose text equals the given text.
hasVisiblePlaceholder(Node) - Static method in class org.testfx.matcher.control.ListViewMatchers
Creates a matcher that matches all ListViews whose placeholder is visible in two situations: if both the ListView's placeholder and the given placeHolder are Labeled objects or subclasses thereof, it matches if the two placeholder's texts equal; otherwise, it matches if the two placeholders are equal.
hideStage() - Static method in class org.testfx.api.FxToolkit
Runs on the JavaFX Application Thread: Hides the registered stage via Window.hide() and returns once finished.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
Copyright © 2013-2016 The TestFX Contributors. All rights reserved.