public void CreatesOnlySinglePerfCounterInstanceGivenListenerWithNoInstanceName()
 {
     NoNameInstrumentationListener listener = new NoNameInstrumentationListener();
     Assert.AreEqual(1, listener.savedInstanceNames.Length);
 }
        public void CreatesOnlySinglePerfCounterInstanceGivenListenerWithNoInstanceName()
        {
            NoNameInstrumentationListener listener = new NoNameInstrumentationListener();

            Assert.AreEqual(1, listener.savedInstanceNames.Length);
        }