C# 클래스 Spring.Core.MethodParametersCountCriteriaTests

파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
NoParameter ( ) : void
OneParameter ( int foo ) : void
ParamsParameters ( int foo, int bar ) : void
TwoParameters ( int foo, int bar ) : void

비공개 메소드들

메소드 설명
BailsWhenExpectedParameterCountSetToLessThanZero ( ) : void
Instantiation ( ) : void
InstantiationBailsWithParameterCountSetToLessThanZero ( ) : void
IsNotSatisfiedWithNull ( ) : void
IsSatisfiedWithNoParameter ( ) : void
IsSatisfiedWithOneParameter ( ) : void
IsSatisfiedWithParamsParameters ( ) : void
IsSatisfiedWithTwoParameters ( ) : void

메소드 상세

NoParameter() 공개 메소드

public NoParameter ( ) : void
리턴 void

OneParameter() 공개 메소드

public OneParameter ( int foo ) : void
foo int
리턴 void

ParamsParameters() 공개 메소드

public ParamsParameters ( int foo, int bar ) : void
foo int
bar int
리턴 void

TwoParameters() 공개 메소드

public TwoParameters ( int foo, int bar ) : void
foo int
bar int
리턴 void