All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testng.reporters.jq.INavigatorPanel Maven / Gradle / Ivy

There is a newer version: 7.10.1
Show newest version
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();
  String getPrefix();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy