Tests for CsvParser

This commit is contained in:
2024-02-18 15:57:48 +01:00
parent 66536657e2
commit afcd404dfc
6 changed files with 152 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ using CsvLib;
namespace CvsLib;
[TestSubject(typeof(ByteArraySearcher))]
public class ByteArraySearcherTests
{
[Fact]