Class UIAbstractTest


  • @Deprecated(since="3.0",
                forRemoval=true)
    public abstract class UIAbstractTest
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Summary

      Constructors 
      Constructor Description
      UIAbstractTest()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getUserTimeZone()
      Deprecated.
      Please use new UserTimeZone annotation to annotate your test class or test method
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UIAbstractTest

        public UIAbstractTest()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getUserTimeZone

        public java.lang.String getUserTimeZone()
        Deprecated.
        Please use new UserTimeZone annotation to annotate your test class or test method
        If a Test requires to run in a different timezone, then this method can be overridden in the TestClass. Note :- This works only when test is running in docker
        Returns:
        a string representing the selected timezone (i.e Europe/Amsterdam etc..)