protected void AssumeIntegrity() { if (GraphModel) { Assume.That(GraphModel.CheckIntegrity(VisualScripting.GraphViewModel.GraphModel.Verbosity.Errors)); } }
protected void AssertIntegrity() { if (GraphModel) { Assert.IsTrue(GraphModel.CheckIntegrity(VisualScripting.GraphViewModel.GraphModel.Verbosity.Errors)); } }