You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yegor256 I am trying to replace @TempDir annotation and manual file deletion with cactoos.TempFolder and cactoos.TempFile accordingly. I have some progress, and can share working example:
One difference is that file name is not the same between the tests, so url created dynamically. If you think that using TempFolder/File worth it, I can open PR. Otherwise, I can close this issue.
I am trying to rewrite this test case using
cactoos.TempFile
:takes/src/test/java/org/takes/tk/TkFilesTest.java
Lines 52 to 71 in 257bab1
but can't satisfy type system. It is possible to implement?
The text was updated successfully, but these errors were encountered: