Class SdkRule

  • All Implemented Interfaces:
    org.junit.rules.TestRule
    Direct Known Subclasses:
    ZooRule

    public class SdkRule
    extends java.lang.Object
    implements org.junit.rules.TestRule
    Initializes logging and creates a public TemporaryFolder field tmp.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.junit.rules.TemporaryFolder tmp  
    • Constructor Summary

      Constructors 
      Constructor Description
      SdkRule()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement base, org.junit.runner.Description description)
      static void initializeLogging()  
      • Methods inherited from class java.lang.Object

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

      • tmp

        public org.junit.rules.TemporaryFolder tmp
    • Constructor Detail

      • SdkRule

        public SdkRule()
    • Method Detail

      • initializeLogging

        public static void initializeLogging()
      • 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