Uses of Package
com.xceptance.xlt.api.engine
Packages that use com.xceptance.xlt.api.engine
Package
Description
Provides abstract super classes for different types of actions.
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.
Provides various utility classes to make writing test cases easier.
-
Classes in com.xceptance.xlt.api.engine used by com.xceptance.xlt.api.actionsClassDescriptionThe
NetworkDataclass holds a certain web request and the corresponding web response if there was any. -
Classes in com.xceptance.xlt.api.engine used by com.xceptance.xlt.api.engineClassDescriptionThe
AbstractDataclass may be the super class of a special data record class.TheDatainterface defines the minimum functionality any data record must implement to be recordable by the XLT engine.TheDataLoggerlogs custom data for a specific scope to a log file, from where they may be read again during test report generation.TheDataManagerlogs data records to a log file, from where they may be read again during test report generation.TheNetworkDataclass holds a certain web request and the corresponding web response if there was any.TheNetworkDataManagerprovides access to all the network requests made during an action.Request filter.
Used to get filtered data fromNetworkDataManager.TheSessionobject is the runtime context during one run of a certain test case.By implementing theSessionShutdownListenerinterface custom code gets the chance to be notified by the framework when the current session is about to be terminated (cleared).TheTimerDataclass is the super class for all timer-based data records. -
Classes in com.xceptance.xlt.api.engine used by com.xceptance.xlt.api.report
-
Classes in com.xceptance.xlt.api.engine used by com.xceptance.xlt.api.util