Uses of Package
com.xceptance.xlt.api.engine
-
Packages that use com.xceptance.xlt.api.engine Package Description com.xceptance.xlt.api.actions Provides abstract super classes for different types of actions.com.xceptance.xlt.api.engine Provides core classes as well as classes to represent the different data measured during a test.com.xceptance.xlt.api.report Provides interfaces and classes to extend the test report generator with pluggable custom report providers.com.xceptance.xlt.api.util Provides various utility classes to make writing test cases easier. -
Classes in com.xceptance.xlt.api.engine used by com.xceptance.xlt.api.actions Class Description NetworkData TheNetworkDataclass 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.engine Class Description AbstractData TheAbstractDataclass may be the super class of a special data record class.Data TheDatainterface defines the minimum functionality any data record must implement to be recordable by the XLT engine.DataManager TheDataManagerlogs data records to a log file, from where they may be read again during test report generation.NetworkData TheNetworkDataclass holds a certain web request and the corresponding web response if there was any.NetworkDataManager TheNetworkDataManagerprovides access to all the network requests made during an action.RequestFilter Request filter.
Used to get filtered data fromNetworkDataManager.Session TheSessionobject is the runtime context during one run of a certain test case.SessionShutdownListener By implementing theSessionShutdownListenerinterface custom code gets the chance to be notified by the framework when the current session is about to be terminated (cleared).TimerData 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 Class Description Data TheDatainterface defines the minimum functionality any data record must implement to be recordable by the XLT engine. -
Classes in com.xceptance.xlt.api.engine used by com.xceptance.xlt.api.util Class Description Session TheSessionobject is the runtime context during one run of a certain test case.