Package org.loadui.testfx.controls.impl

Examples of org.loadui.testfx.controls.impl.HasLabelStringMatcher


     */
    @Deprecated
    @Factory
    public static Matcher<Object> hasLabel( String label )
    {
        return new HasLabelStringMatcher( label );
    }
View Full Code Here


     * @param text
     */
    @Factory
    public static Matcher<Object> hasText( String text )
    {
        return new HasLabelStringMatcher( text );
    }
View Full Code Here

TOP

Related Classes of org.loadui.testfx.controls.impl.HasLabelStringMatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.