public interface IFileParser<T>
Modifier and Type | Method and Description |
---|---|
T |
parse(String filePath,
InputStream is,
boolean loadClasses) |
T parse(String filePath, InputStream is, boolean loadClasses) throws TestNGException
TestNGException
Copyright © 2013. All Rights Reserved.