junitparams.internal
Class Utils

java.lang.Object
  extended by junitparams.internal.Utils

public class Utils
extends Object

Some String utils to handle parameterised tests' results.

Author:
Pawel Lipinski

Constructor Summary
Utils()
           
 
Method Summary
static String getParameterStringByIndexOrEmpty(Object paramSet, int parameterIndex)
           
static String[] splitAtCommaOrPipe(String input)
           
static String stringify(Object paramSet)
           
static String stringify(Object paramSet, int paramIdx)
           
 
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

stringify

public static String stringify(Object paramSet,
                               int paramIdx)

stringify

public static String stringify(Object paramSet)

getParameterStringByIndexOrEmpty

public static String getParameterStringByIndexOrEmpty(Object paramSet,
                                                      int parameterIndex)

splitAtCommaOrPipe

public static String[] splitAtCommaOrPipe(String input)


Copyright © 2017 Pragmatists. All rights reserved.