Package org.assertj.core.error
Class ShouldStartWithPath
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.ShouldStartWithPath
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldStartWithPath extends BasicErrorMessageFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PATH_SHOULD_START_WITH
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShouldStartWithPath(java.nio.file.Path actual, java.nio.file.Path other)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
shouldStartWith(java.nio.file.Path actual, java.nio.file.Path other)
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Field Detail
-
PATH_SHOULD_START_WITH
public static final java.lang.String PATH_SHOULD_START_WITH
- See Also:
- Constant Field Values
-
-
Method Detail
-
shouldStartWith
public static ErrorMessageFactory shouldStartWith(java.nio.file.Path actual, java.nio.file.Path other)
-
-