Class RandomTestFinder

java.lang.Object
com.sun.javatest.TestFinder
com.sun.javatest.finder.RandomTestFinder

public class RandomTestFinder extends TestFinder
A test finder that reads tests from a delegate, and returns the results in the random order. This is primarily for debugging and testing purposes.
  • Constructor Details

    • RandomTestFinder

      public RandomTestFinder(TestFinder delegate)
      Constructor to create RandomTestFinder object when the original TestFinder instance is already created and initialized. Finders created with this constructor do not require the init() method to be invoked.
      Parameters:
      delegate - - the real test finder object.
  • Method Details