ArgsTests.ActionTests.ActionTestArgsActionMethodHasTooManyParameters.SomeAction C# (CSharp) 메소드

SomeAction() 개인적인 메소드

private SomeAction ( SomeActionArgs o, bool someOtherParemeter ) : void
o SomeActionArgs
someOtherParemeter bool
리턴 void
            public void SomeAction(SomeActionArgs o, bool someOtherParemeter)
            {
                Assert.Fail("This should never get called");
            }
        }
ActionTests.ActionTestArgsActionMethodHasTooManyParameters