Uses of Interface
com.xceptance.xlt.api.engine.Data
Packages that use Data
Package
Description
Provides core classes as well as classes to represent the different data measured during a test.
Provides interfaces and classes to extend the test report generator with pluggable custom report providers.
-
Uses of Data in com.xceptance.xlt.api.engine
Classes in com.xceptance.xlt.api.engine that implement DataModifier and TypeClassDescriptionclassTheAbstractDataclass may be the super class of a special data record class.classTheActionDataclass holds any data measured for an action.classTheCustomDatashould be used only if the intended purpose does not match the semantics of the other data record classes (RequestData,ActionData, andTransactionData).classTheCustomValuecan store a single 'double' value.classTheEventDataclass is used to record information about arbitrary "events" that may occur during a test run.classThePageLoadTimingData...classTheRequestDataclass holds any data measured for a request.classTheTimerDataclass is the super class for all timer-based data records.classTheTransactionDataclass holds any data measured for a transaction.classTheWebVitalDatastores a single observation for a certain Web Vital in a certain action as a 'double' value.Methods in com.xceptance.xlt.api.engine with parameters of type DataModifier and TypeMethodDescriptionvoidDataManager.logDataRecord(Data data) Logs the given data record to a log file, but only if logging is enabled and the current time is inside the configured logging period. -
Uses of Data in com.xceptance.xlt.api.report
Fields in com.xceptance.xlt.api.report with type parameters of type DataMethods in com.xceptance.xlt.api.report that return types with arguments of type DataMethods in com.xceptance.xlt.api.report with parameters of type DataModifier and TypeMethodDescriptionvoidvoidReportProvider.processDataRecord(Data data) Processes the passed data record to gather information needed for the test report.