Exemple #1
0
 public void is_topic_negative()
 {
     TopicNode.IsTopicType(GetType()).ShouldBeFalse();
 }
Exemple #2
0
 public void is_topic_type_positive()
 {
     TopicNode.IsTopicType(typeof(ATopic)).ShouldBeTrue();
 }