Uses of Class
com.xceptance.xlt.api.report.external.AbstractLineParser
-
Packages that use AbstractLineParser Package Description com.xceptance.xlt.api.report.external Provides line parser classes to add external test result data to the load test report. -
-
Uses of AbstractLineParser in com.xceptance.xlt.api.report.external
Subclasses of AbstractLineParser in com.xceptance.xlt.api.report.external Modifier and Type Class Description classHeadedCsvParserParses lines of a CSV file.classPlainDataTableCsvParserParses a line of a CSV file, extracts the values of interest, and returns them as aValueSet.classSimpleCsvParserParses lines of a CSV file.
-