C# Class FluentMetadata.Specs.PropertyMedata_with_WebUser

Inheritance: MetadataTestBase
Show file Open project: forger/FluentMetadata

Public Methods

Method Description
PropertyMedata_with_WebUser ( ) : System

Private Methods

Method Description
Generic_bounceCount_rule_is_invalid_when_email_has_bounced_thrice ( ) : void
Generic_bounceCount_rule_is_valid_when_email_has_bounced_twice ( ) : void
Id_ModelName_is_Id ( ) : void
Id_ModelType_is_int ( ) : void
Id_Required_is_false ( ) : void
Last_Login_Maximum_is_DoomsDay ( ) : void
Last_Login_Minimum_is_2010_1_23 ( ) : void
PassWordHash_MaxLength_is_null ( ) : void
PassWordHash_MinLength_is_32 ( ) : void
Role_MaxLength_is_256 ( ) : void
Role_MinLength_is_null ( ) : void
Username_DisplayName_is_Benutzername ( ) : void
Username_MaxLength_is_256 ( ) : void
Username_MinLength_is_3 ( ) : void
Username_ModelName_is_Username ( ) : void
Username_ModelType_is_string ( ) : void
Username_Required_is_true ( ) : void

Method Details

PropertyMedata_with_WebUser() public method

public PropertyMedata_with_WebUser ( ) : System
return System