com.elasticpath.commons.util.impl
Class JUnitUtilityImpl

java.lang.Object
  extended by com.elasticpath.commons.util.impl.JUnitUtilityImpl

public class JUnitUtilityImpl
extends java.lang.Object

Utility methods used only in JUnit tests.


Constructor Summary
JUnitUtilityImpl()
           
 
Method Summary
static JUnitUtilityImpl getInstance()
          Return the singleton JUnitUtilityImpl.
 java.lang.String getWebInfPath()
          Return the absolute WEB-INF directory path.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitUtilityImpl

public JUnitUtilityImpl()
Method Detail

getInstance

public static JUnitUtilityImpl getInstance()
Return the singleton JUnitUtilityImpl.

Returns:
the singleton JUnitUtilityImpl

getWebInfPath

public java.lang.String getWebInfPath()
Return the absolute WEB-INF directory path.

Returns:
the absolute WEB-INF directory path