Пример #1
0
 public void InstallWillInstallTheCategoryAndUseCatProvidedForTheNullOne()
 {
     CounterInstaller.Install(Assembly.GetExecutingAssembly(), new FilterDiscoverer(), "Woohooo");
 }
Пример #2
0
 public IntegrationTest()
 {
     CounterInstaller.InstallStandardCounters(TestCategory);
 }