junitparams.internal.parameters
Class ParametersReader

java.lang.Object
  extended by junitparams.internal.parameters.ParametersReader

public class ParametersReader
extends Object


Field Summary
static String ILLEGAL_STATE_EXCEPTION_MESSAGE
           
 
Constructor Summary
ParametersReader(Class<?> testClass, org.junit.runners.model.FrameworkMethod frameworkMethod)
           
 
Method Summary
 Object[] read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ILLEGAL_STATE_EXCEPTION_MESSAGE

public static final String ILLEGAL_STATE_EXCEPTION_MESSAGE
Constructor Detail

ParametersReader

public ParametersReader(Class<?> testClass,
                        org.junit.runners.model.FrameworkMethod frameworkMethod)
Method Detail

read

public Object[] read()


Copyright © 2017 Pragmatists. All rights reserved.