Searched refs:hasRootComponent (Results 1 – 4 of 4) sorted by relevance
56 .hasRootComponent(null) in testPathCreation()64 .hasRootComponent("/") in testPathCreation()70 .hasRootComponent(null) in testPathCreation()77 .hasRootComponent(null) in testPathCreation()87 .hasRootComponent("/") in testPathCreation()97 .hasRootComponent(null) in testPathCreation_emptyPath()108 .hasRootComponent(null) in testPathCreation_parseIgnoresEmptyString()
72 assertThatPath("C:\\").isAbsolute().and().hasRootComponent("C:\\").and().hasNoNameComponents(); in testPaths()78 .hasRootComponent("C:\\") in testPaths()113 .hasRootComponent("C:\\") in testPaths_withSlash()121 .hasRootComponent("C:\\") in testPaths_withSlash()133 .hasRootComponent("C:\\") in testPaths_resolve()143 .hasRootComponent("C:\\") in testPaths_resolve()219 .hasRootComponent("C:\\") in testPaths_toAbsolutePath()228 .hasRootComponent("C:\\") in testPaths_toAbsolutePath()
168 assertThatPath("/").isAbsolute().and().hasRootComponent("/").and().hasNoNameComponents(); in testPaths()174 .hasRootComponent("/") in testPaths()202 .hasRootComponent("/") in testPaths_resolve()212 .hasRootComponent("/") in testPaths_resolve()288 .hasRootComponent("/") in testPaths_toAbsolutePath()297 .hasRootComponent("/") in testPaths_toAbsolutePath()
106 public PathSubject hasRootComponent(@NullableDecl String root) { in hasRootComponent() method in PathSubject