Exemplo n.º 1
0
        public void CurrentPath_ShouldNotTriggerEventIfNoSubscribersExist()
        {
            cloner.OnCurrentPathChanged(new EventArgs());

            cloner.CurrentPath = "foo";

            Assert.That(eventCount, Is.EqualTo(0));
        }