Created tests

This commit is contained in:
2024-10-13 10:40:15 -07:00
parent e148c181ec
commit 6581945127
11 changed files with 831 additions and 512 deletions

View File

@ -66,6 +66,8 @@ public class WorkItem
WorkItemType = workItemType;
}
public override string ToString() => $"{Id} - {WorkItemType} - {Title}";
public static WorkItem Get(WorkItem workItem, string? violation)
{
WorkItem result = new(workItem.AreaPath,