예제 #1
0
 public void InstallWillInstallTheCategoryAndUseCatProvidedForTheNullOne()
 {
     CounterInstaller.Install(Assembly.GetExecutingAssembly(), new FilterDiscoverer(), "Woohooo");
 }
예제 #2
0
 public IntegrationTest()
 {
     CounterInstaller.InstallStandardCounters(TestCategory);
 }