Home
last modified time | relevance | path

Searched refs:abc (Results 1 – 25 of 634) sorted by relevance

12345678910>>...26

/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy58 assert fileSystem.path(null, "abc") == "abc"
59 assert fileSystem.path("abc", null) == "abc"
61 assert fileSystem.path("", "abc") == "abc"
62 assert fileSystem.path("abc", "") == "abc"
63 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
64 assert fileSystem.path("abc\\", "def") == "abc\\def"
65 assert fileSystem.path("c:/abc/", "def") == "c:\\abc\\def"
66 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
67 assert fileSystem.path("abc", "/def") == "abc\\def"
68 assert fileSystem.path("abc/def", "..") == "abc"
[all …]
DUnixFakeFileSystemTest.groovy42 final FILENAME = 'abc.txt'
53 assert fileSystem.path(null, "abc") == "abc"
54 assert fileSystem.path("abc", null) == "abc"
56 assert fileSystem.path("", "abc") == "abc"
57 assert fileSystem.path("abc", "") == "abc"
58 assert fileSystem.path("abc", "DEF") == "abc/DEF"
59 assert fileSystem.path("abc/", "def") == "abc/def"
60 assert fileSystem.path("/abc/", "def") == "/abc/def"
62 assert fileSystem.path("abc", "/def") == "abc/def"
63 assert fileSystem.path("abc", "def/..") == "abc"
[all …]
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy58 assert fileSystem.path(null, "abc") == "abc"
59 assert fileSystem.path("abc", null) == "abc"
61 assert fileSystem.path("", "abc") == "abc"
62 assert fileSystem.path("abc", "") == "abc"
63 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
64 assert fileSystem.path("abc\\", "def") == "abc\\def"
65 assert fileSystem.path("c:/abc/", "def") == "c:\\abc\\def"
66 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
67 assert fileSystem.path("abc", "/def") == "abc\\def"
68 assert fileSystem.path("abc/def", "..") == "abc"
[all …]
DUnixFakeFileSystemTest.groovy42 final FILENAME = 'abc.txt'
53 assert fileSystem.path(null, "abc") == "abc"
54 assert fileSystem.path("abc", null) == "abc"
56 assert fileSystem.path("", "abc") == "abc"
57 assert fileSystem.path("abc", "") == "abc"
58 assert fileSystem.path("abc", "DEF") == "abc/DEF"
59 assert fileSystem.path("abc/", "def") == "abc/def"
60 assert fileSystem.path("/abc/", "def") == "/abc/def"
62 assert fileSystem.path("abc", "/def") == "abc/def"
63 assert fileSystem.path("abc", "def/..") == "abc"
[all …]
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy58 assert fileSystem.path(null, "abc") == "abc"
59 assert fileSystem.path("abc", null) == "abc"
61 assert fileSystem.path("", "abc") == "abc"
62 assert fileSystem.path("abc", "") == "abc"
63 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
64 assert fileSystem.path("abc\\", "def") == "abc\\def"
65 assert fileSystem.path("c:/abc/", "def") == "c:\\abc\\def"
66 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
67 assert fileSystem.path("abc", "/def") == "abc\\def"
68 assert fileSystem.path("abc/def", "..") == "abc"
[all …]
DUnixFakeFileSystemTest.groovy42 final FILENAME = 'abc.txt'
53 assert fileSystem.path(null, "abc") == "abc"
54 assert fileSystem.path("abc", null) == "abc"
56 assert fileSystem.path("", "abc") == "abc"
57 assert fileSystem.path("abc", "") == "abc"
58 assert fileSystem.path("abc", "DEF") == "abc/DEF"
59 assert fileSystem.path("abc/", "def") == "abc/def"
60 assert fileSystem.path("/abc/", "def") == "/abc/def"
62 assert fileSystem.path("abc", "/def") == "abc/def"
63 assert fileSystem.path("abc", "def/..") == "abc"
[all …]
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy58 assert fileSystem.path(null, "abc") == "abc"
59 assert fileSystem.path("abc", null) == "abc"
61 assert fileSystem.path("", "abc") == "abc"
62 assert fileSystem.path("abc", "") == "abc"
63 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
64 assert fileSystem.path("abc\\", "def") == "abc\\def"
65 assert fileSystem.path("c:/abc/", "def") == "c:\\abc\\def"
66 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
67 assert fileSystem.path("abc", "/def") == "abc\\def"
68 assert fileSystem.path("abc/def", "..") == "abc"
[all …]
DUnixFakeFileSystemTest.groovy42 final FILENAME = 'abc.txt'
53 assert fileSystem.path(null, "abc") == "abc"
54 assert fileSystem.path("abc", null) == "abc"
56 assert fileSystem.path("", "abc") == "abc"
57 assert fileSystem.path("abc", "") == "abc"
58 assert fileSystem.path("abc", "DEF") == "abc/DEF"
59 assert fileSystem.path("abc/", "def") == "abc/def"
60 assert fileSystem.path("/abc/", "def") == "/abc/def"
62 assert fileSystem.path("abc", "/def") == "abc/def"
63 assert fileSystem.path("abc", "def/..") == "abc"
[all …]
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy60 assert fileSystem.path(null, "abc") == "abc"
61 assert fileSystem.path("abc", null) == "abc"
63 assert fileSystem.path("", "abc") == "abc"
64 assert fileSystem.path("abc", "") == "abc"
65 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
66 assert fileSystem.path("abc\\", "def") == "abc\\def"
67 assert fileSystem.path("c:/abc/", "def") == "c:\\abc\\def"
68 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
69 assert fileSystem.path("abc", "/def") == "abc\\def"
70 assert fileSystem.path("abc/def", "..") == "abc"
[all …]
DUnixFakeFileSystemTest.groovy44 final FILENAME = 'abc.txt'
55 assert fileSystem.path(null, "abc") == "abc"
56 assert fileSystem.path("abc", null) == "abc"
58 assert fileSystem.path("", "abc") == "abc"
59 assert fileSystem.path("abc", "") == "abc"
60 assert fileSystem.path("abc", "DEF") == "abc/DEF"
61 assert fileSystem.path("abc/", "def") == "abc/def"
62 assert fileSystem.path("/abc/", "def") == "/abc/def"
64 assert fileSystem.path("abc", "/def") == "abc/def"
65 assert fileSystem.path("abc", "def/..") == "abc"
[all …]
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy60 assert fileSystem.path(null, "abc") == "abc"
61 assert fileSystem.path("abc", null) == "abc"
63 assert fileSystem.path("", "abc") == "abc"
64 assert fileSystem.path("abc", "") == "abc"
65 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
66 assert fileSystem.path("abc\\", "def") == "abc\\def"
67 assert fileSystem.path("c:/abc/", "def") == "c:\\abc\\def"
68 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
69 assert fileSystem.path("abc", "/def") == "abc\\def"
70 assert fileSystem.path("abc/def", "..") == "abc"
[all …]
DUnixFakeFileSystemTest.groovy44 final FILENAME = 'abc.txt'
55 assert fileSystem.path(null, "abc") == "abc"
56 assert fileSystem.path("abc", null) == "abc"
58 assert fileSystem.path("", "abc") == "abc"
59 assert fileSystem.path("abc", "") == "abc"
60 assert fileSystem.path("abc", "DEF") == "abc/DEF"
61 assert fileSystem.path("abc/", "def") == "abc/def"
62 assert fileSystem.path("/abc/", "def") == "/abc/def"
64 assert fileSystem.path("abc", "/def") == "abc/def"
65 assert fileSystem.path("abc", "def/..") == "abc"
[all …]
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy58 assert fileSystem.path(null, "abc") == "abc"
59 assert fileSystem.path("abc", null) == "abc"
61 assert fileSystem.path("", "abc") == "abc"
62 assert fileSystem.path("abc", "") == "abc"
63 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
64 assert fileSystem.path("abc\\", "def") == "abc\\def"
65 assert fileSystem.path("c:/abc/", "def") == "c:\\abc\\def"
66 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
67 assert fileSystem.path("abc", "/def") == "abc\\def"
68 assert fileSystem.path("abc/def", "..") == "abc"
[all …]
DUnixFakeFileSystemTest.groovy42 final FILENAME = 'abc.txt'
53 assert fileSystem.path(null, "abc") == "abc"
54 assert fileSystem.path("abc", null) == "abc"
56 assert fileSystem.path("", "abc") == "abc"
57 assert fileSystem.path("abc", "") == "abc"
58 assert fileSystem.path("abc", "DEF") == "abc/DEF"
59 assert fileSystem.path("abc/", "def") == "abc/def"
60 assert fileSystem.path("/abc/", "def") == "/abc/def"
62 assert fileSystem.path("abc", "/def") == "abc/def"
63 assert fileSystem.path("abc", "def/..") == "abc"
[all …]
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy60 assert fileSystem.path(null, "abc") == "abc"
61 assert fileSystem.path("abc", null) == "abc"
63 assert fileSystem.path("", "abc") == "abc"
64 assert fileSystem.path("abc", "") == "abc"
65 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
66 assert fileSystem.path("abc\\", "def") == "abc\\def"
67 assert fileSystem.path("c:/abc/", "def") == "c:\\abc\\def"
68 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
69 assert fileSystem.path("abc", "/def") == "abc\\def"
70 assert fileSystem.path("abc/def", "..") == "abc"
[all …]
DUnixFakeFileSystemTest.groovy44 final FILENAME = 'abc.txt'
55 assert fileSystem.path(null, "abc") == "abc"
56 assert fileSystem.path("abc", null) == "abc"
58 assert fileSystem.path("", "abc") == "abc"
59 assert fileSystem.path("abc", "") == "abc"
60 assert fileSystem.path("abc", "DEF") == "abc/DEF"
61 assert fileSystem.path("abc/", "def") == "abc/def"
62 assert fileSystem.path("/abc/", "def") == "/abc/def"
64 assert fileSystem.path("abc", "/def") == "abc/def"
65 assert fileSystem.path("abc", "def/..") == "abc"
[all …]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/
DFakeWindowsFileSystemTest.groovy61 assert fileSystem.path(null, "abc") == "abc"
62 assert fileSystem.path("abc", null) == "abc"
64 assert fileSystem.path("", "abc") == "abc"
65 assert fileSystem.path("abc", "") == "abc"
66 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
67 assert fileSystem.path("abc\\", "def") == "abc\\def"
68 assert fileSystem.path("c:/abc/", "def") == "c:/abc/def"
69 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
70 assert fileSystem.path("abc", "/def") == "abc/def"
76 assert fileSystem.normalize("b:/abc") == path("b:","abc")
[all …]
DDefaultFileSystemTest.groovy131 assert "abc" == fileSystem.path(null, "abc")
132 assert "abc" == fileSystem.path("abc", null)
134 assert "abc" == fileSystem.path("", "abc")
135 assert "abc" == fileSystem.path("abc", "")
136 assert "abc" + SEP + "def" == fileSystem.path("abc", "def")
137 assert "abc\\def" == fileSystem.path("abc\\", "def")
138 assert "abc/def" == fileSystem.path("abc/", "def")
139 assert "abc\\def" == fileSystem.path("abc", "\\def")
140 assert "abc/def" == fileSystem.path("abc", "/def")
145 assertEquals("abc", absPath("abc"), fileSystem.normalize("abc"))
[all …]
DFakeUnixFileSystemTest.groovy44 assert fileSystem.path(null, "abc") == "abc"
45 assert fileSystem.path("abc", null) == "abc"
47 assert fileSystem.path("", "abc") == "abc"
48 assert fileSystem.path("abc", "") == "abc"
49 assert fileSystem.path("abc", "DEF") == "abc/DEF"
50 assert fileSystem.path("abc/", "def") == "abc/def"
51 assert fileSystem.path("/abc/", "def") == "/abc/def"
53 assert fileSystem.path("abc", "/def") == "abc/def"
59 assert fileSystem.normalize("/abc/DEF") == "/abc/DEF"
61 assert fileSystem.normalize("/abc/def/../ghi") == "/abc/ghi"
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy60 assert fileSystem.path(null, "abc") == "abc"
61 assert fileSystem.path("abc", null) == "abc"
63 assert fileSystem.path("", "abc") == "abc"
64 assert fileSystem.path("abc", "") == "abc"
65 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
66 assert fileSystem.path("abc\\", "def") == "abc\\def"
67 assert fileSystem.path("c:/abc/", "def") == "c:/abc/def"
68 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
69 assert fileSystem.path("abc", "/def") == "abc/def"
75 assert fileSystem.normalize("b:/abc") == path("b:", "abc")
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy60 assert fileSystem.path(null, "abc") == "abc"
61 assert fileSystem.path("abc", null) == "abc"
63 assert fileSystem.path("", "abc") == "abc"
64 assert fileSystem.path("abc", "") == "abc"
65 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
66 assert fileSystem.path("abc\\", "def") == "abc\\def"
67 assert fileSystem.path("c:/abc/", "def") == "c:/abc/def"
68 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
69 assert fileSystem.path("abc", "/def") == "abc/def"
75 assert fileSystem.normalize("b:/abc") == path("b:", "abc")
[all …]
DUnixFakeFileSystemTest.groovy44 final FILENAME = 'abc.txt'
55 assert fileSystem.path(null, "abc") == "abc"
56 assert fileSystem.path("abc", null) == "abc"
58 assert fileSystem.path("", "abc") == "abc"
59 assert fileSystem.path("abc", "") == "abc"
60 assert fileSystem.path("abc", "DEF") == "abc/DEF"
61 assert fileSystem.path("abc/", "def") == "abc/def"
62 assert fileSystem.path("/abc/", "def") == "/abc/def"
64 assert fileSystem.path("abc", "/def") == "abc/def"
70 assert fileSystem.normalize("/abc/DEF") == "/abc/DEF"
[all …]
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy60 assert fileSystem.path(null, "abc") == "abc"
61 assert fileSystem.path("abc", null) == "abc"
63 assert fileSystem.path("", "abc") == "abc"
64 assert fileSystem.path("abc", "") == "abc"
65 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
66 assert fileSystem.path("abc\\", "def") == "abc\\def"
67 assert fileSystem.path("c:/abc/", "def") == "c:/abc/def"
68 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
69 assert fileSystem.path("abc", "/def") == "abc/def"
75 assert fileSystem.normalize("b:/abc") == path("b:", "abc")
[all …]
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemTest.groovy60 assert fileSystem.path(null, "abc") == "abc"
61 assert fileSystem.path("abc", null) == "abc"
63 assert fileSystem.path("", "abc") == "abc"
64 assert fileSystem.path("abc", "") == "abc"
65 assert fileSystem.path("abc", "def") == "abc" + SEP + "def"
66 assert fileSystem.path("abc\\", "def") == "abc\\def"
67 assert fileSystem.path("c:/abc/", "def") == "c:/abc/def"
68 assert fileSystem.path("d:\\abc", "\\def") == "d:\\abc\\def"
69 assert fileSystem.path("abc", "/def") == "abc/def"
75 assert fileSystem.normalize("b:/abc") == path("b:", "abc")
[all …]
DUnixFakeFileSystemTest.groovy44 final FILENAME = 'abc.txt'
55 assert fileSystem.path(null, "abc") == "abc"
56 assert fileSystem.path("abc", null) == "abc"
58 assert fileSystem.path("", "abc") == "abc"
59 assert fileSystem.path("abc", "") == "abc"
60 assert fileSystem.path("abc", "DEF") == "abc/DEF"
61 assert fileSystem.path("abc/", "def") == "abc/def"
62 assert fileSystem.path("/abc/", "def") == "/abc/def"
64 assert fileSystem.path("abc", "/def") == "abc/def"
70 assert fileSystem.normalize("/abc/DEF") == "/abc/DEF"
[all …]

12345678910>>...26