We implemented a method called windowsJunctionsAreUsed although this method effectively just checks whether the OS is windows.
Thus, the valid proposal is to remove the method windowsJunctionsAreUsed entirely and refactor all usages accordingly by utilizing JUnit's built-in annotation @EnabledOnOs to enable the tests either for windows or especially not for windows depending on the usage of windowsJunctionsAreUsed within the test to be refactored.
Originally identified by @hohwille in #1419 (comment)
We implemented a method called
windowsJunctionsAreUsedalthough this method effectively just checks whether the OS is windows.Thus, the valid proposal is to remove the method
windowsJunctionsAreUsedentirely and refactor all usages accordingly by utilizing JUnit's built-in annotation@EnabledOnOsto enable the tests either for windows or especially not for windows depending on the usage ofwindowsJunctionsAreUsedwithin the test to be refactored.Originally identified by @hohwille in #1419 (comment)