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
while executing the mvn test, getting below error
Test set: org.junit.rules.TemporaryFolderUsageTest
Tests run: 24, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec <<< FAILURE! - in org.junit.rules.TemporaryFolderUsageTest
newFolderWithGivenFolderThrowsIOExceptionWhenFolderCannotBeCreated(org.junit.rules.TemporaryFolderUsageTest) Time elapsed: 0.001 sec <<< FAILURE!
java.lang.AssertionError: Expected test to throw (an instance of java.io.IOException and exception with message a string containing "could not create a folder with the path 'level1'")
The text was updated successfully, but these errors were encountered:
It looks like #1705 was about this issue as well. I haven't been able to reproduce in my branch/environment. There were some follow up questions on #1705 that might provide some more insight here.
while executing the mvn test, getting below error
Test set: org.junit.rules.TemporaryFolderUsageTest
Tests run: 24, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec <<< FAILURE! - in org.junit.rules.TemporaryFolderUsageTest
newFolderWithGivenFolderThrowsIOExceptionWhenFolderCannotBeCreated(org.junit.rules.TemporaryFolderUsageTest) Time elapsed: 0.001 sec <<< FAILURE!
java.lang.AssertionError: Expected test to throw (an instance of java.io.IOException and exception with message a string containing "could not create a folder with the path 'level1'")
The text was updated successfully, but these errors were encountered: