Class ShouldBeAbsolutePath

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeAbsolutePath
All Implemented Interfaces:
ErrorMessageFactory

public class ShouldBeAbsolutePath extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a File or Path is an absolute path failed.
Author:
Yvonne Wang, Francis Galiegue