org.loadui.testfx.controls.Commons Maven / Gradle / Ivy
The newest version!
package org.loadui.testfx.controls;
import com.google.common.base.Preconditions;
import javafx.scene.Node;
import javafx.scene.control.Label;
import org.hamcrest.Factory;
import org.hamcrest.Matcher;
import org.loadui.testfx.GuiTest;
import org.loadui.testfx.controls.impl.HasLabelMatcher;
import org.loadui.testfx.controls.impl.HasLabelStringMatcher;
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkNotNull;
public class Commons
{
/**
* Matches any Labeled Node that has the given label.
*
* @deprecated Use {@link hasText(String) instead}.
*/
@Deprecated
@Factory
public static Matcher
© 2015 - 2025 Weber Informatics LLC | Privacy Policy