Rename ReadFixed to ReadExact, separate Unit test for ReadExact.

This commit is contained in:
Serge Camille
2020-08-19 19:41:44 +02:00
parent 09c8b18d3d
commit d11f46eedb
3 changed files with 11 additions and 8 deletions

View File

@@ -55,6 +55,9 @@ namespace S7.Net.UnitTest
}
}
/// <summary>
/// These tests are intended to test <see cref="StreamExtensions"/> functions and other stream-related special cases.
/// </summary>
[TestClass]
public class StreamTests
{