Tests: Add WeighingTests

This commit is contained in:
2024-02-18 17:31:10 +01:00
parent f13fb3aaf0
commit f4eb6456be
6 changed files with 186 additions and 11 deletions

View File

@ -13,10 +13,7 @@ namespace Elwig.Helpers.Weighing {
public string? LogPath => throw new NotImplementedException();
public void Dispose() {
throw new NotImplementedException();
GC.SuppressFinalize(this);
}
}
}