Package org.machanism.machai.gw.tools
Class FileFunctionToolsAdditionalTest
java.lang.Object
org.machanism.machai.gw.tools.FileFunctionToolsAdditionalTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
tempDir
-
-
Constructor Details
-
FileFunctionToolsAdditionalTest
FileFunctionToolsAdditionalTest()
-
-
Method Details
-
getRelativePath_whenDirOrFileNull_returnsNull
@Test void getRelativePath_whenDirOrFileNull_returnsNull() -
getRelativePath_whenSamePath_returnsDot
@Test void getRelativePath_whenSamePath_returnsDot() -
getRelativePath_whenPathNotDescendant_returnsRelativeWithParentSegments
@Test void getRelativePath_whenPathNotDescendant_returnsRelativeWithParentSegments() -
getRelativePath_whenAddSingleDotFalse_doesNotPrefix
@Test void getRelativePath_whenAddSingleDotFalse_doesNotPrefix()
-