C# Class Shouldly.DynamicShould

Mostrar archivo Open project: shouldly/shouldly

Public Methods

Method 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 method

public static HaveProperty ( dynamic dynamicTestObject, string propertyName ) : void
dynamicTestObject dynamic
propertyName string
return void

HaveProperty() public static method

public static HaveProperty ( dynamic dynamicTestObject, string propertyName, [ customMessage ) : void
dynamicTestObject dynamic
propertyName string
customMessage [
return void

HaveProperty() public static method

public static HaveProperty ( dynamic dynamicTestObject, string propertyName, string customMessage ) : void
dynamicTestObject dynamic
propertyName string
customMessage string
return void