Beispiel #1
0
 public void KnowsItIsInMatching()
 {
     _a = new Arc(_g, _v1, _v2);
     _a.AddToMatching();
     Assert.AreEqual(true, _a.IsInMatching);
 }