org.loadui.testfx.Matchers Maven / Gradle / Ivy
package org.loadui.testfx;
import org.hamcrest.Factory;
import org.hamcrest.Matcher;
import org.loadui.testfx.matchers.HasLabelMatcher;
import org.loadui.testfx.matchers.HasLabelStringMatcher;
public class Matchers
{
/**
* 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