Class SimulationSession

  • All Implemented Interfaces:
    Context

    public class SimulationSession
    extends ContextImpl
    Simulation define is a context instance of which life cycle is spanning from the beginning of simulations till they complete. In contrary to UserSession which life cycle ends after every test execution, the simulation define retain its state until the end of the simulation which makes the simulation sessions handy for simulation preparation.

    Since:
    1.1.0
    Author:
    Erhan Bagdemir
    • Constructor Detail

      • SimulationSession

        public SimulationSession​(User user)
    • Method Detail

      • getUser

        public User getUser()