Esempio n. 1
0
 public static void AssertNode(this ITicResults results, TicNode generic, params int[] nodeIds)
 {
     foreach (var id in nodeIds)
     {
         Assert.AreEqual(generic.GetNonReference(), results.GetSyntaxNodeOrNull(id).GetNonReference());
     }
 }
Esempio n. 2
0
 public ICompositeState GetNonReferenced()
 => StateArray.Of(ElementNode.GetNonReference());