Package org.fest.test

Class ParameterSource


  • public class ParameterSource
    extends java.lang.Object
    Data provider for parameterized tests.
    Author:
    Alex Ruiz
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.Object[]> parametersFrom​(java.util.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 java.util.List<java.lang.Object[]> parametersFrom​(java.util.List<?> values)