Add support for non-existing files to startsWith and endsWith assertions#3853
Merged
scordio merged 3 commits intoassertj:mainfrom Nov 8, 2025
Merged
Add support for non-existing files to startsWith and endsWith assertions#3853scordio merged 3 commits intoassertj:mainfrom
startsWith and endsWith assertions#3853scordio merged 3 commits intoassertj:mainfrom
Conversation
scordio
reviewed
Jun 13, 2025
...ore-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertEndsWith_Test.java
Show resolved
Hide resolved
Member
|
@ky0n the two failed jobs are unrelated to your changes, you can ignore them. |
a827fd4 to
eed6a21
Compare
eed6a21 to
b18021c
Compare
Contributor
Author
|
can you have a look please @scordio, thank you. I tried to be as close as possible to |
…h, startsWith assertions Co-authored-by: Benjamin König <[email protected]>
b18021c to
5c3f539
Compare
Member
startsWith and endsWith assertions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Check List:
PathassertionendsWiththrowsNoSuchFileExceptionon non-existing file #3840this is a starting implementation for issue #3840
happy to receive any feedback. thank you!
Implementation for startsWith still open