com.zmicer.utils.junit
Class SystemPropsUtils

java.lang.Object
  extended by com.zmicer.utils.junit.SystemPropsUtils

public class SystemPropsUtils
extends Object

This class is used for the testing of the runtime working functionality and contains the methods for operating with the System JVM properties. It could be all the possible functionality we could need during writing the tests. Still it could be used for the runtime run sources too.
These classes won't be covered by tests as they are used for the tests them self. $Author:: zmicer $
$Rev:: 57 $
* $Date:: 2007-08-23 09:16:37 #$


Field Summary
static org.apache.log4j.Logger LOG
          Logger instance.
 
Constructor Summary
SystemPropsUtils()
           
 
Method Summary
static void clearProps(String... props)
          Clear the system props provided and check they actually were cleared.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.log4j.Logger LOG
Logger instance.

Constructor Detail

SystemPropsUtils

public SystemPropsUtils()
Method Detail

clearProps

public static void clearProps(String... props)
Clear the system props provided and check they actually were cleared.

Parameters:
props - the list of properties to be cleared.


Copyright © 2007 jzmicer.team. All Rights Reserved.