
junit.extensions.jfcunit.finder.DialogFinder Maven / Gradle / Ivy
The newest version!
package junit.extensions.jfcunit.finder;
import java.awt.Component;
import java.awt.Dialog;
/**
* Class for checking if the ({@link java.awt.Dialog}) component being searched
* for has been found The pattern syntax can be found at the Jakarta RegExp API
* Documentation in {@link org.apache.regexp.RE}.
*
* @author Vijay Aravamudhan :
* ThoughtWorks Inc.
*/
public class DialogFinder extends AbstractWindowFinder
© 2015 - 2025 Weber Informatics LLC | Privacy Policy