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

Method Summary
static List<String> getThreadNames(boolean ofTypeGUI)
          Get a list of thread names to wait upon
static String humanReadableCommandLineOutput(String[] arguments)
           
static Boolean isNotSet(File value)
           
static Boolean isNotSet(Map<?,?> value)
           
static Boolean isNotSet(String value)
           
static String stripCarriageReturns(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

humanReadableCommandLineOutput

public static String humanReadableCommandLineOutput(String[] arguments)

stripCarriageReturns

public static String stripCarriageReturns(String value)

isNotSet

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

isNotSet

public static Boolean isNotSet(String value)

isNotSet

public static Boolean isNotSet(File value)

getThreadNames

public static List<String> getThreadNames(boolean ofTypeGUI)
Get a list of thread names to wait upon

Parameters:
ofTypeGUI - look for GUI threads (false implies non-GUI threads)
Returns:
the list of thread names to wait upon


Copyright © 2012. All Rights Reserved.