public void InstrumentationCanBeAttachedWhenNoInstanceNameIsPresent() { UnnamedApplicationClass applicationObject = new UnnamedApplicationClass(); strategy.AttachInstrumentation(applicationObject, instrumentationConfigurationSource, reflectionCache); Assert.IsTrue(applicationObject.IsWired); }