Exemplo n.º 1
0
 protected void AssumeIntegrity()
 {
     if (GraphModel)
     {
         Assume.That(GraphModel.CheckIntegrity(VisualScripting.GraphViewModel.GraphModel.Verbosity.Errors));
     }
 }
Exemplo n.º 2
0
 protected void AssertIntegrity()
 {
     if (GraphModel)
     {
         Assert.IsTrue(GraphModel.CheckIntegrity(VisualScripting.GraphViewModel.GraphModel.Verbosity.Errors));
     }
 }