Searched refs:fakeWindowsPathService (Results 1 – 2 of 2) sorted by relevance
67 PathService windowsPathService = PathServiceTest.fakeWindowsPathService(); in testPathParsing_windowsStylePaths()78 PathService windowsPathService = PathServiceTest.fakeWindowsPathService(); in testParsing_windowsStylePaths_invalidPaths()108 PathService windowsPathService = PathServiceTest.fakeWindowsPathService(); in testPathParsing_withAlternateSeparator()
49 assertThat(fakeWindowsPathService().getSeparator()).isEqualTo("\\"); in testBasicProperties()238 public static PathService fakeWindowsPathService() { in fakeWindowsPathService() method in PathServiceTest