C# Class Spring.Core.MethodParametersCountCriteriaTests

Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
NoParameter ( ) : void
OneParameter ( int foo ) : void
ParamsParameters ( int foo, int bar ) : void
TwoParameters ( int foo, int bar ) : void

Private Methods

Méthode Description
BailsWhenExpectedParameterCountSetToLessThanZero ( ) : void
Instantiation ( ) : void
InstantiationBailsWithParameterCountSetToLessThanZero ( ) : void
IsNotSatisfiedWithNull ( ) : void
IsSatisfiedWithNoParameter ( ) : void
IsSatisfiedWithOneParameter ( ) : void
IsSatisfiedWithParamsParameters ( ) : void
IsSatisfiedWithTwoParameters ( ) : void

Method Details

NoParameter() public méthode

public NoParameter ( ) : void
Résultat void

OneParameter() public méthode

public OneParameter ( int foo ) : void
foo int
Résultat void

ParamsParameters() public méthode

public ParamsParameters ( int foo, int bar ) : void
foo int
bar int
Résultat void

TwoParameters() public méthode

public TwoParameters ( int foo, int bar ) : void
foo int
bar int
Résultat void