C# Class Spring.Core.MethodParametersCountCriteriaTests

显示文件 Open project: spring-projects/spring-net

Public Methods

Method Description
NoParameter ( ) : void
OneParameter ( int foo ) : void
ParamsParameters ( int foo, int bar ) : void
TwoParameters ( int foo, int bar ) : void

Private Methods

Method Description
BailsWhenExpectedParameterCountSetToLessThanZero ( ) : void
Instantiation ( ) : void
InstantiationBailsWithParameterCountSetToLessThanZero ( ) : void
IsNotSatisfiedWithNull ( ) : void
IsSatisfiedWithNoParameter ( ) : void
IsSatisfiedWithOneParameter ( ) : void
IsSatisfiedWithParamsParameters ( ) : void
IsSatisfiedWithTwoParameters ( ) : void

Method Details

NoParameter() public method

public NoParameter ( ) : void
return void

OneParameter() public method

public OneParameter ( int foo ) : void
foo int
return void

ParamsParameters() public method

public ParamsParameters ( int foo, int bar ) : void
foo int
bar int
return void

TwoParameters() public method

public TwoParameters ( int foo, int bar ) : void
foo int
bar int
return void