File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
HarmonyDB.Index/HarmonyDB.Index.Analysis.Tests Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1043,6 +1043,15 @@ private void TraceAndTest(
1043
1043
}
1044
1044
}
1045
1045
1046
+ private void TraceAndTest ( BlockGraph graph )
1047
+ {
1048
+ Assert . All ( graph . Environments , e => Assert . Distinct ( e . ChildrenSubtree ) ) ;
1049
+ Assert . All ( graph . Environments , e => Assert . Distinct ( e . Children ) ) ;
1050
+ Assert . All ( graph . Environments , e => Assert . Distinct ( e . Parents ) ) ;
1051
+ Assert . All ( graph . Environments , e => Assert . Distinct ( e . LeftJoints ) ) ;
1052
+ Assert . All ( graph . Environments , e => Assert . Distinct ( e . RightJoints ) ) ;
1053
+ }
1054
+
1046
1055
private void TraceAndTest ( List < IBlock > blocks , bool anyMassiveOverlaps )
1047
1056
{
1048
1057
AssertLoopsSequencePossible ( blocks , anyMassiveOverlaps ) ;
You can’t perform that action at this time.
0 commit comments