org.eclipse.jetty.server.session.test
Class PathAssert

java.lang.Object
  extended by org.eclipse.jetty.server.session.test.PathAssert

public class PathAssert
extends Object


Constructor Summary
PathAssert()
           
 
Method Summary
static void assertDirExists(String msg, File path)
           
static void assertExists(String msg, File path)
           
static void assertFileExists(String msg, File path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathAssert

public PathAssert()
Method Detail

assertDirExists

public static void assertDirExists(String msg,
                                   File path)

assertFileExists

public static void assertFileExists(String msg,
                                    File path)

assertExists

public static void assertExists(String msg,
                                File path)


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.