Class TimeZoneRule

java.lang.Object
com.xebialabs.xlrelease.rules.TimeZoneRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class TimeZoneRule extends Object implements org.junit.rules.TestRule
  • Constructor Details

    • TimeZoneRule

      public TimeZoneRule(String timeZoneName)
  • Method Details

    • apply

      public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
      Specified by:
      apply in interface org.junit.rules.TestRule