Class RandomizedRunner.TestCandidate

  • Enclosing class:
    RandomizedRunner

    class RandomizedRunner.TestCandidate
    extends java.lang.Object
    Test candidate (model).
    • Constructor Summary

      Constructors 
      Constructor Description
      TestCandidate​(java.lang.reflect.Method method, long seed, org.junit.runner.Description description, InstanceProvider instanceProvider)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getTestClass()  
      • Methods inherited from class java.lang.Object

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

      • seed

        public final long seed
      • description

        public final org.junit.runner.Description description
      • method

        public final java.lang.reflect.Method method
    • Constructor Detail

      • TestCandidate

        public TestCandidate​(java.lang.reflect.Method method,
                             long seed,
                             org.junit.runner.Description description,
                             InstanceProvider instanceProvider)
    • Method Detail

      • getTestClass

        public java.lang.Class<?> getTestClass()