184185186187188189190191192
} public static SessionMap<Object, Object> getCurrentSession() { if (testSessionThreadLocal.get() == null) { testSessionThreadLocal.set(new TestSessionVariables()); } return testSessionThreadLocal.get(); }