Uses of Class
com.xceptance.xlt.api.engine.Session
Packages that use Session
Package
Description
Provides core classes as well as classes to represent the different data measured during a test.
Provides various utility classes to make writing test cases easier.
-
Uses of Session in com.xceptance.xlt.api.engine
Methods in com.xceptance.xlt.api.engine that return SessionModifier and TypeMethodDescriptionstatic SessionSession.getCurrent()Returns the thread-specific Session instance. -
Uses of Session in com.xceptance.xlt.api.util
Methods in com.xceptance.xlt.api.util with parameters of type SessionModifier and TypeMethodDescriptionabstract StringXltProperties.getEffectiveKey(Session session, String bareKey) Returns the effective key to be used for property lookup via one of the getProperty(...) methods.XltProperties.getProperty(Session session, String key) Searches for the property with the specified key in this property list.