01: package org.uispec4j; 02: 03: /** 04: * Interface for adapting a UISpec4J test suite to a given application. 05: * 06: * @see UISpecTestCase 07: */ 08: public interface UISpecAdapter { 09: Window getMainWindow(); 10: }