Class WatchBench.IterationState

  • Enclosing class:
    WatchBench

    public static class WatchBench.IterationState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IterationState()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setup()  
      void tearDown()  
      • Methods inherited from class java.lang.Object

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

      • watchManagerClass

        public java.lang.String watchManagerClass
      • pathCount

        public int pathCount
    • Constructor Detail

      • IterationState

        public IterationState()
    • Method Detail

      • setup

        public void setup()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • tearDown

        public void tearDown()