junitparams.internal
Class Utils
java.lang.Object
junitparams.internal.Utils
public class Utils
- extends Object
Some String utils to handle parameterised tests' results.
- Author:
- Pawel Lipinski
|
Constructor Summary |
Utils()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
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.