Пример #1
0
 protected void AssumeIntegrity()
 {
     if (GraphModel)
     {
         Assume.That(GraphModel.CheckIntegrity(VisualScripting.GraphViewModel.GraphModel.Verbosity.Errors));
     }
 }
Пример #2
0
 protected void AssertIntegrity()
 {
     if (GraphModel)
     {
         Assert.IsTrue(GraphModel.CheckIntegrity(VisualScripting.GraphViewModel.GraphModel.Verbosity.Errors));
     }
 }