예제 #1
0
            public void CanDecorateTestMethodWithMultipleFactDerivedAttributes()
            {
                MethodInfo method = typeof(Spy).GetMethod("TestMethod");

                List <ITestCommand> commands = new List <ITestCommand>(MethodUtility.GetTestCommands(Reflector.Wrap(method)));

                Assert.Equal(2, commands.Count);
            }