mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-22 23:15:20 +00:00
Update tests/SharpCompress.Test/ExtractAllEntriesTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -8,8 +8,8 @@ using Xunit;
|
||||
namespace SharpCompress.Test;
|
||||
|
||||
/// <summary>
|
||||
/// Tests for ExtractAllEntries method which should work for all archive types
|
||||
/// regardless of whether they are SOLID or not.
|
||||
/// Tests for the ExtractAllEntries method behavior on both solid and non-solid
|
||||
/// archives, including progress reporting and current usage restrictions.
|
||||
/// </summary>
|
||||
public class ExtractAllEntriesTests : TestBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user