68 lines
2.9 KiB
Swift
68 lines
2.9 KiB
Swift
#if !canImport(ObjectiveC)
|
|
import XCTest
|
|
|
|
extension PathTests {
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
// `swift test --generate-linuxmain`
|
|
// to regenerate.
|
|
static let __allTests__PathTests = [
|
|
("testBasename", testBasename),
|
|
("testBundleExtensions", testBundleExtensions),
|
|
("testCodable", testCodable),
|
|
("testCommonDirectories", testCommonDirectories),
|
|
("testConcatenation", testConcatenation),
|
|
("testCopyInto", testCopyInto),
|
|
("testCopyTo", testCopyTo),
|
|
("testCopyToExistingDirectoryFails", testCopyToExistingDirectoryFails),
|
|
("testDataExtensions", testDataExtensions),
|
|
("testDelete", testDelete),
|
|
("testDynamicMember", testDynamicMember),
|
|
("testEnumeration", testEnumeration),
|
|
("testEnumerationSkippingHiddenFiles", testEnumerationSkippingHiddenFiles),
|
|
("testExists", testExists),
|
|
("testExtension", testExtension),
|
|
("testFileHandleExtensions", testFileHandleExtensions),
|
|
("testFileReference", testFileReference),
|
|
("testFilesystemAttributes", testFilesystemAttributes),
|
|
("testFindExtension", testFindExtension),
|
|
("testFindMaxDepth1", testFindMaxDepth1),
|
|
("testFindMaxDepth2", testFindMaxDepth2),
|
|
("testFindTypes", testFindTypes),
|
|
("testFlatMap", testFlatMap),
|
|
("testInitializerForRelativePath", testInitializerForRelativePath),
|
|
("testIsDirectory", testIsDirectory),
|
|
("testJoin", testJoin),
|
|
("testKind", testKind),
|
|
("testLock", testLock),
|
|
("testMkpathIfExists", testMkpathIfExists),
|
|
("testMktemp", testMktemp),
|
|
("testMoveInto", testMoveInto),
|
|
("testMoveTo", testMoveTo),
|
|
("testNoUndesiredSymlinkResolution", testNoUndesiredSymlinkResolution),
|
|
("testPathComponents", testPathComponents),
|
|
("testReadlinkOnFileReturnsSelf", testReadlinkOnFileReturnsSelf),
|
|
("testReadlinkOnNonExistantFileThrows", testReadlinkOnNonExistantFileThrows),
|
|
("testReadlinkOnRelativeSymlink", testReadlinkOnRelativeSymlink),
|
|
("testReadlinkWhereLinkDestinationDoesNotExist", testReadlinkWhereLinkDestinationDoesNotExist),
|
|
("testRealpath", testRealpath),
|
|
("testRelativeCodable", testRelativeCodable),
|
|
("testRelativePathCodable", testRelativePathCodable),
|
|
("testRelativeTo", testRelativeTo),
|
|
("testRename", testRename),
|
|
("testSort", testSort),
|
|
("testStringConvertibles", testStringConvertibles),
|
|
("testStringExtensions", testStringExtensions),
|
|
("testSymlinkFunctions", testSymlinkFunctions),
|
|
("testTimes", testTimes),
|
|
("testTouchThrowsIfCannotWrite", testTouchThrowsIfCannotWrite),
|
|
("testURLInitializer", testURLInitializer),
|
|
]
|
|
}
|
|
|
|
public func __allTests() -> [XCTestCaseEntry] {
|
|
return [
|
|
testCase(PathTests.__allTests__PathTests),
|
|
]
|
|
}
|
|
#endif
|