Commit 7a93295
coverage: add test for isreadonly on missing fileinfo (#233)
Based on TestableIO/System.IO.Abstractions#942
add a test for correct behaviour of `FileInfo.IsReadOnly` when the file
does not exist.
---------
Co-authored-by: Valentin Breuß <[email protected]>1 parent 215bda6 commit 7a93295
File tree
1 file changed
+9
-0
lines changed- Tests/Testably.Abstractions.Tests/FileSystem/FileInfo
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
88 | 97 | | |
89 | 98 | | |
90 | 99 | | |
| |||
0 commit comments