[#67] Add unit tests
All checks were successful
DCO / DCO (pull_request) Successful in 21s
lint-build / dotnet8.0 (pull_request) Successful in 43s
lint-build / dotnet8.0 (push) Successful in 42s

Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
Pavel Gross 2025-04-23 00:30:34 +03:00
parent 20586d8ada
commit eebba7665b
13 changed files with 1094 additions and 233 deletions

View file

@ -1,5 +1,3 @@
using FrostFS.SDK;
namespace FrostFS.SDK.Client;
public readonly struct ObjectPartInfo(long offset, int length, FrostFsObjectId objectId) : System.IEquatable<ObjectPartInfo>