org.fest.test
Class ParameterSource

java.lang.Object
  extended by org.fest.test.ParameterSource

public class ParameterSource
extends Object

Data provider for parameterized tests.

Author:
Alex Ruiz

Method Summary
static List<Object[]> parametersFrom(List<?> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parametersFrom

public static List<Object[]> parametersFrom(List<?> values)


Copyright © 2008-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.