C# Class Shouldly.DynamicShould

Afficher le fichier Open project: shouldly/shouldly

Méthodes publiques

Méthode Description
HaveProperty ( dynamic dynamicTestObject, string propertyName ) : void
HaveProperty ( dynamic dynamicTestObject, string propertyName, [ customMessage ) : void
HaveProperty ( dynamic dynamicTestObject, string propertyName, string customMessage ) : void

Method Details

HaveProperty() public static méthode

public static HaveProperty ( dynamic dynamicTestObject, string propertyName ) : void
dynamicTestObject dynamic
propertyName string
Résultat void

HaveProperty() public static méthode

public static HaveProperty ( dynamic dynamicTestObject, string propertyName, [ customMessage ) : void
dynamicTestObject dynamic
propertyName string
customMessage [
Résultat void

HaveProperty() public static méthode

public static HaveProperty ( dynamic dynamicTestObject, string propertyName, string customMessage ) : void
dynamicTestObject dynamic
propertyName string
customMessage string
Résultat void