ArgsTests.ActionTests.ActionTestArgsActionMethodHasWrongParameterType.SomeAction C# (CSharp) Méthode

SomeAction() public méthode

public SomeAction ( object o ) : void
o object
Résultat void
            public void SomeAction(object o)
            {
                Assert.Fail("This should never get called");
            }
        }
ActionTests.ActionTestArgsActionMethodHasWrongParameterType