diff --git a/FamilyShow.Tests/Controls/Diagram/DiagramLogicTest.cs b/FamilyShow.Tests/Controls/Diagram/DiagramLogicTest.cs new file mode 100644 index 0000000..7bb775f --- /dev/null +++ b/FamilyShow.Tests/Controls/Diagram/DiagramLogicTest.cs @@ -0,0 +1,13 @@ +namespace FamilyShow.Tests.Controls.Diagram; + +public class DiagramLogicTest +{ + // I have not found a way to set up DiagramLogic so that I can fill + // MinimumYear.get with values for PersonLookup and Connections. Until then, + // MinimumYear.get has to be tested on the complete system by loading + // different data sets. This ensures that each path is run through at least + // once. + // The following data records provide the following result: + // Windsor.familyx 1841 + // Kennedy.ged 1821 +}