public abstract class PathTest2DirIT extends PathTest1NoContentIT
capabilities, CONTENT, CONTENT_OTHER, CONTENT20k, CONTENT50, FS, nameStr, nameStrCase, notSupported, sizeLimitedPlayground, standardOpen, testMethodName| Constructor and Description |
|---|
PathTest2DirIT() |
testAbsolutePathDoesNotStartsWithARelativePath, testAbsolutePathDoesStartsWithAnAbsolutePath, testAbsolutePathDoesStartsWithRoot, testCompareToDifferentProviderThrows, testCompareToLongetPathIsNegative, testCompareToOfEqualPathsIs0, testCompareToShortPathIsPositive, testDefaultHasANameAndItsItself, testDefaultHasNameCount1, testDefaultIsRelative, testEndsWithSimple, testEndsWithStringSimple, testFileNameHasNameCountOf1, testFileNameIsLastName, testFileNameIsRelative, testFileNameStringIsPathPartString, testGetFileNameIsIdempotent, testGetNameCountSimple, testGetNameIsIdempontent, testGetNameOfDefaultPathIsItself, testGetNameSimple, testGetNameWithNegativeIndex, testGetNameWithTooLargeIndex, testGetParent, testGetParentIsInverseOfResolve, testgetParentOfAbsoluteIsAbsolute, testGetParentOfDefaultIsNull, testGetParentOfLongerRelativeNameIsNotNull, testGetParentOfNameIsNull, testGetParentOfRelativeIsRelative, testGetParentOfRootIsNull, testGetPathAllowsMixedArguments, testGetPathAndToStringAreOpposites, testGetPathIgnoresEmptyStringAsFirstParameter, testGetPathIgnoresEmptyStringInAnyParameter, testGetPathNotStartingWithRootStringIsRelative, testGetPathWithSeveralNamesIsSameAsWithOneStringWithSeparators, testGetRootIsaRootDirectory, testGetRootIsIdempotent, testIllegalCharsInPathThrows, testNameCountOfNameIs1, testNameDoesNotIncludeSeparator, testNonExistingAbsolutePathIsNotAFile, testNonExistingRelativePathIsNotAFile, testNoNonEmptyPathStartsWithDefault, testNormalize1Dot, testNormalize2Dots, testNormalizeIsIdempotent, testNormalizeWildPaths, testNullPath, testPathIsImmutabeToAbsolute, testPathIsImmutableToNormalize, testPathIterator, testPathMatcherKnowsGlob, testPathMatcherKnowsRegex, testPathMatcherThrowsOnUnknownSyntax, testPathMatherGlob, testPathMatherRegex, testPathsWithSamePathElementsButDifferentProviderAreDifferent, testPathWith2NamesHasSeparatorInToString, testRelativePathToStringDoesNotStartWithSeparator, testRelativize, testRelativizeAbsolute, testRelativizeAbsToRel, testRelativizeFromDefaultIsInverseOfToAbsolute, testRelativizePathWithOtherRootFails, testRelativizeRelToAbs, testResolveIterative, testResolveNull, testResolveOfAbsoluteIsAbsolute, testResolveOfARelativePathIsRelative, testResolveOfNameStrEndsWithThatName, testResolveSiblingIsGetParentResolve, testResolveSiblingOnDefaultReturnsArg, testResolveSiblingOnNameReturnsArg, testResolveSiblingOnRootReturnsArg, testResolveSiblingWithAbsoluteArgIsThatArg, testResolveSiblingWorksWithStringAndPath, testResolveWithAbsoluteArgReturnArg, testResolveWithDefaultIsNop, testResolveWithNameIsSameAsStr, testResolveWithStringWithSeparatorsSameAsWithPath, testResolveWorksLikeGetPathOnStringsWithSeparator, testResultOfGetNameIsRelative, testRootHasNoFileName, testRootHasNoName, testRootIsOneOfTheRoots, testRootNameCountIs0, testRootOfAbsolutePathIsAbsolute, testRootOfRelativeIsNull, testSeparatorIsNoFileName, testStartsWithSimple, testStartsWithStringSimple, testSubPathEndBeforeStart, testSubPathEndTooLarge, testSubPathIsRelative, testSubPathNegativeStart, testSubPathSimple, testSubPathStartTooLarge, testToAbsoluteIsIdempotent, testToAbsoluteProducesAnAbsolutePath, testToFileOnNonDefaultFSThrowsbeforeClass3, emptyDir, filter, getDefaultPath, getForeignPathP, getKidCount, getName, getName, getNonEmpty, getOther, getPathA, getPathAB, getPathABC, getPathB, getPathBC, getPathP, getPathPA, getPathPAB, getPathPABf, getPathPABr, getPathPABu, getPathPAC, getPathPACf, getPathPAd, getPathPADf, getPathPAf, getPathPAu, getPathPB, getPathPBB, getPathPBCf, getPathPBd, getPathPBf, getPathPC, getPathPCD, getPathPCf, getPathPLongFileName, getPathPTooLongFileName, getPathRAB, getPathRABC, getPlay, getRoot, getSeparator, message, nonEmptyDir, possible, setPlay, testAAA0public void testContentOfNonEmptyDir()
throws IOException
IOExceptionpublic void testIteratorCanOnlyBeCalledOnceOnDirStream()
throws IOException
IOExceptionpublic void testDirStreamIteratorHasNoRemove()
throws IOException
IOExceptionpublic void testContentOfNonEmptyDirFiltered()
throws IOException
IOExceptionpublic void testNewDirIsInParentsDirStream()
throws IOException
IOExceptionpublic void testNewDirectoryExists()
throws IOException
IOExceptionpublic void testCreateDirectoryTwiceThrows()
throws IOException
IOExceptionpublic void testCreateDirectoryWithoutExistingParantFails()
throws IOException
IOExceptionpublic void testCreateDirectoryWithInNoDirectoryFails()
throws IOException
IOExceptionpublic void testCreateDirectoryRoot()
throws IOException
IOExceptionpublic void testRootisADir()
throws IOException
IOExceptionpublic void testNonExistingAbsolutePathIsNotADirectory()
throws IOException
IOExceptionpublic void testNonExistingRelativePathIsNotADirectory()
throws IOException
IOExceptionpublic void testCreateDirWithSamePathAsExistingFileFails()
throws Exception
Exceptionpublic void testCreateDirSetsModifiedTimeOfParent()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void testCreateDirSetsLastAccessTimeOfParent()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void testCreateDirSetsCreationTime()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void testKidsOfAbsoluteDirAreAbsolute()
throws Exception
Exceptionpublic void testKidsOfRelativeDirAreRelative()
throws Exception
Exceptionpublic void testKidsOfRelDirAreLikeTheResultOfResolve()
throws Exception
Exceptionpublic void testReadDirStreamSetsLastAccessTime()
throws Exception
Exceptionpublic void testReadEmptyDirStreamSetsLastAccessTime()
throws Exception
Exceptionpublic void testReadDirStreamDoesNotSetParentsLastAccessTime()
throws Exception
Exceptionpublic void testGetIteratorOfClosedDirStream()
throws Exception
Exceptionpublic void testCloseDirStreamInTheMiddleOfIteration()
throws Exception
Exceptionpublic void testReadBytesFromDirectoryThrows()
throws IOException
IOExceptionpublic void testNewDirectoryStreamFromNonExistingDirThrows()
throws IOException
IOExceptionCopyright © 2014. All rights reserved.