Class ModSpec

java.lang.Object
me.ahoo.cosid.test.ModSpec
All Implemented Interfaces:
Runnable, TestSpec

public class ModSpec extends Object implements Runnable, TestSpec
  • Field Details

    • DEFAULT_WAIT

      public static final Runnable DEFAULT_WAIT
  • Constructor Details

    • ModSpec

      public ModSpec(int iterations, int divisor, double allowablePopStd, LongSupplier idGenerator, Runnable wait)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • verify

      public void verify()
      Specified by:
      verify in interface TestSpec