naps2/NAPS2.Lib.Tests/Scan/ScanPerformerTests.cs
Ben Olden-Cooligan 3894645069 Use IAsyncEnumerable with a producer model
This replaces AsyncSource and simplifies various things. Also some cleanups / tests.
2022-09-27 18:12:36 -07:00

10 lines
384 B
C#

namespace NAPS2.Lib.Tests.Scan;
public class ScanPerformerTests
{
// Note that these tests aren't meant to be comprehensive scanning tests. End-to-end scanning functionality is
// verified through CommandLineIntegrationTests. These tests should focus on things that can't be verified or are
// difficult to verify through those end-to-end tests.
// TODO: Add tests
}