Example #1
0
 public void SubscriptionCheck()
 {
     _subscriptor.SubscribeForResourceChange <NotifiedElement>();
     Assert.IsTrue(container.GetExportedValue <NotifiedElementGetter>().IsTracking);
 }