org.testng.xml.IFileParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testng Show documentation
Show all versions of testng Show documentation
Testing framework for Java
package org.testng.xml;
import org.testng.TestNGException;
import java.io.InputStream;
public interface IFileParser {
T parse(String filePath, InputStream is, boolean loadClasses) throws TestNGException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy