C# Class TechTalk.SpecFlow.Assist.ValueComparers.FloatValueComparer

Inheritance: IValueComparer
Afficher le fichier Open project: aquedev/SpecflowWithNunitRunner Class Usage Examples

Méthodes publiques

Méthode Description
CanCompare ( object actualValue ) : bool
TheseValuesAreTheSame ( string expectedValue, object actualValue ) : bool

Method Details

CanCompare() public méthode

public CanCompare ( object actualValue ) : bool
actualValue object
Résultat bool

TheseValuesAreTheSame() public méthode

public TheseValuesAreTheSame ( string expectedValue, object actualValue ) : bool
expectedValue string
actualValue object
Résultat bool