org.apache.archiva.test.utils
Class ListGenerator

java.lang.Object
  extended by org.apache.archiva.test.utils.ListGenerator

public class ListGenerator
extends Object

Generator of list of random test method -Dorg.apache.archiva.test=n n<=0 default jdk behavior n>0 number of round of random collection

Author:
Eric

Field Summary
private static int MAXROUND
           
 
Constructor Summary
private ListGenerator()
           
 
Method Summary
(package private) static List<org.junit.runners.model.FrameworkMethod> getShuffleList(List<org.junit.runners.model.FrameworkMethod> computeTestMethods)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAXROUND

private static int MAXROUND
Constructor Detail

ListGenerator

private ListGenerator()
Method Detail

getShuffleList

static List<org.junit.runners.model.FrameworkMethod> getShuffleList(List<org.junit.runners.model.FrameworkMethod> computeTestMethods)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.