cucumber.runtime
Class Utils

java.lang.Object
  extended by cucumber.runtime.Utils

public class Utils
extends Object


Constructor Summary
Utils()
           
 
Method Summary
static
<T> Iterator<T>
emptyIterator()
           
static boolean hasConstructor(Class<?> clazz, Class[] paramTypes)
           
static boolean isInstantiable(Class<?> clazz)
           
static
<T> List<T>
listOf(int size, T obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

listOf

public static <T> List<T> listOf(int size,
                                 T obj)

isInstantiable

public static boolean isInstantiable(Class<?> clazz)

hasConstructor

public static boolean hasConstructor(Class<?> clazz,
                                     Class[] paramTypes)

emptyIterator

public static <T> Iterator<T> emptyIterator()


Copyright © 2012. All Rights Reserved.