Package org.machanism.machai.gw.tools
Class FileFunctionToolsTest
java.lang.Object
org.machanism.machai.gw.tools.FileFunctionToolsTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
tempDir
-
-
Constructor Details
-
FileFunctionToolsTest
FileFunctionToolsTest()
-
-
Method Details
-
getRelativePath_whenNullDir_thenReturnsNull
@Test void getRelativePath_whenNullDir_thenReturnsNull() -
getRelativePath_whenNullFile_thenReturnsNull
@Test void getRelativePath_whenNullFile_thenReturnsNull() -
getRelativePath_whenSamePath_returnsDot
@Test void getRelativePath_whenSamePath_returnsDot() -
getRelativePath_whenDescendant_addsDotAndNormalizesSlashes
- Throws:
Exception
-
getRelativePath_whenDescendantAndNoDot_doesNotAddDot
- Throws:
Exception
-
getRelativePath_whenNotDescendant_thenReturnsParentRelativePath
@Test void getRelativePath_whenNotDescendant_thenReturnsParentRelativePath() -
getRelativePath_whenEmptyRelativePath_thenReturnsDot
@Test void getRelativePath_whenEmptyRelativePath_thenReturnsDot()
-