Exemplo n.º 1
0
 public void ShouldUnsubscribeEntity()
 {
     EntityMatcher.Unsubscribe(testEntity);
     Assert.AreEqual(0, EntityMatcher.subscribedEntities.Count);
 }
Exemplo n.º 2
0
 public void ShouldThrowExceptionWhenRemoveNullEntity()
 {
     EntityMatcher.Unsubscribe(null);
 }