Class TestSystem2

java.lang.Object
org.sonar.api.utils.System2
org.sonar.api.impl.utils.TestSystem2

public class TestSystem2 extends org.sonar.api.utils.System2
  • Constructor Details

    • TestSystem2

      public TestSystem2()
  • Method Details

    • setNow

      public TestSystem2 setNow(long l)
    • tick

      public TestSystem2 tick()
    • now

      public long now()
      Overrides:
      now in class org.sonar.api.utils.System2
    • setDefaultTimeZone

      public TestSystem2 setDefaultTimeZone(TimeZone defaultTimeZone)
    • getDefaultTimeZone

      public TimeZone getDefaultTimeZone()
      Overrides:
      getDefaultTimeZone in class org.sonar.api.utils.System2