Package org.fest.assertions.error
Class ShouldBeAbsolutePath
- java.lang.Object
 - 
- org.fest.assertions.error.BasicErrorMessageFactory
 - 
- org.fest.assertions.error.ShouldBeAbsolutePath
 
 
 
- 
- All Implemented Interfaces:
 ErrorMessageFactory
public class ShouldBeAbsolutePath extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that ais an absolute path failed.File- Author:
 - Yvonne Wang
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.fest.assertions.error.BasicErrorMessageFactory
arguments, format 
 - 
 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactoryshouldBeAbsolutePath(java.io.File actual)Creates a new.ShouldBeAbsolutePath- 
Methods inherited from class org.fest.assertions.error.BasicErrorMessageFactory
create, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
shouldBeAbsolutePath
public static ErrorMessageFactory shouldBeAbsolutePath(java.io.File actual)
Creates a new.ShouldBeAbsolutePath- Parameters:
 actual- the actual value in the failed assertion.- Returns:
 - the created 
ErrorMessageFactory. 
 
 - 
 
 -