Package org.assertj.core.error
Class ShouldHaveNoExtension
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldHaveNoExtension
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that a
Path should have no extension.-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ShouldHaveNoExtensionshouldHaveNoExtension(File actual, String extension) static ShouldHaveNoExtensionshouldHaveNoExtension(Path actual, String extension) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldHaveNoExtension
-
shouldHaveNoExtension
-