org.loadui.testfx.controls.Commons Maven / Gradle / Ivy
package org.loadui.testfx.controls;
import org.hamcrest.Factory;
import org.hamcrest.Matcher;
import org.loadui.testfx.controls.impl.HasLabelMatcher;
import org.loadui.testfx.controls.impl.HasLabelStringMatcher;
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