예제 #1
0
        public void ConstructorCreatesObjectSuccessfullyWhenTypeIsConcreteClassThatImplementsIAspectFactory()
        {
            var aspectConfiguration = new AspectConfigurationEntry(GetType(), 1, Methods);

            aspectConfiguration.Should().NotBeNull();
        }
예제 #2
0
 public AspectConfigurationEntryTests()
 {
     instance = new AspectConfigurationEntry(GetType(), 1, Methods);
 }