| PASS Succeeded: "/a".remove() |
| PASS Succeeded: "/b".remove() |
| PASS this.expectedErrorCode + "" is "9" |
| PASS Verified entry does NOT exist: /a |
| PASS Verified entry does NOT exist: /b |
| * Running: RemoveNonRecursiveWithChildren |
| PASS this.expectedErrorCode + "" is "9" |
| PASS Verified entry: ENTRY {path:/a name:a type:DIRECTORY} |
| PASS Verified entry: ENTRY {path:/a/b name:b type:DIRECTORY} |
| PASS Verified entry: ENTRY {path:/a/c name:c type:FILE} |
| * Running: RemoveRecursiveWithoutChildren |
| PASS Succeeded: "/a".removeRecursively() |
| PASS Verified entry does NOT exist: /a |
| * Running: RemoveRecursiveWithChildren |
| PASS Succeeded: "/a".removeRecursively() |
| PASS this.expectedErrorCode + "" is "9" |
| PASS Verified entry does NOT exist: /a |
| PASS successfullyParsed is true |