com.lazerycode.jmeter
Class UtilityFunctions

java.lang.Object
  extended by com.lazerycode.jmeter.UtilityFunctions

public class UtilityFunctions
extends Object

Series of useful utility functions to make life easy

Author:
Mark Collin

Constructor Summary
UtilityFunctions()
           
 
Method Summary
static String humanReadableCommandLineOutput(String[] arguments)
           
static Boolean isNotSet(File value)
           
static Boolean isNotSet(Map<?,?> value)
           
static Boolean isNotSet(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilityFunctions

public UtilityFunctions()
Method Detail

humanReadableCommandLineOutput

public static String humanReadableCommandLineOutput(String[] arguments)

isNotSet

public static Boolean isNotSet(Map<?,?> value)

isNotSet

public static Boolean isNotSet(String value)

isNotSet

public static Boolean isNotSet(File value)


Copyright © 2012. All Rights Reserved.