Package io.hyperfoil.api.session
Interface GlobalData.Element
- All Superinterfaces:
Serializable
- Enclosing interface:
- GlobalData
This interface is typically implemented in extensions.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of accumulator for combining multiple elements.
-
Method Details
-
newAccumulator
GlobalData.Accumulator newAccumulator()Creates a new instance of accumulator for combining multiple elements.- Returns:
- Empty accumulator instance.
-