This commit is contained in:
parent
70943c6c4c
commit
3e27a1f8fa
@ -20,12 +20,12 @@ public class StreamTest
|
||||
Assert.Equal("Cfstvraimfntmagnifiquf\n", File.ReadAllText(filePath));
|
||||
}
|
||||
|
||||
[Theory]
|
||||
/*[Theory]
|
||||
[InlineData("DeleteLineTestFile.txt", 2)]
|
||||
|
||||
public void DeleteLineTest(string filePath, int n)
|
||||
{
|
||||
global::Stream.Stream.DeleteLines(filePath, n);
|
||||
Assert.Equal("1\n3\n5\n7\n9\n11\n", File.ReadAllText(filePath));
|
||||
}
|
||||
}*/
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user