org.loadui.testfx.Matchers Maven / Gradle / Ivy
package org.loadui.testfx;
import org.loadui.testfx.matchers.HasLabelMatcher;
import org.loadui.testfx.matchers.HasLabelStringMatcher;
import org.hamcrest.Factory;
import org.hamcrest.Matcher;
public class Matchers
{
/**
* Matches any Labeled Node that has the given label.
*
* @param label
*/
@Factory
public static Matcher
© 2015 - 2025 Weber Informatics LLC | Privacy Policy