blob: 82d5c95ac22dcf7ee1f86907b81064a54420e912 [file] [log] [blame]
package org.testng.reporters.jq;
import org.testng.ISuite;
/**
* Panels that are accessible from the navigator.
*/
public interface INavigatorPanel extends IPanel {
String getPanelName(ISuite suite);
String getNavigatorLink(ISuite suite);
String getClassName();
}