rest of the unit tests for readonly repo

This commit is contained in:
Sean Garrett
2023-07-02 17:54:30 +01:00
parent f9ea630611
commit b09b359867
7 changed files with 654 additions and 4 deletions
@@ -15,6 +15,8 @@ public class TestDocument : Document
public int SomeValue { get; set; }
public decimal SomeDecimalValue { get; set; }
public string SomeContent { get; set; }
public string SomeContent2 { get; set; }