C# Class System.Security.Permissions.Tests.SecurityElementTest

Show file Open project: dotnet/corefx

Private Methods

Method Description
AddAttribute ( ) : void
AddAttribute_Duplicate ( ) : void
AddAttribute_InvalidValue2 ( ) : void
AddAttribute_InvalidValue3 ( ) : void
AddAttribute_Name_Invalid ( ) : void
AddAttribute_Name_Null ( ) : void
AddAttribute_Value_Invalid ( ) : void
AddAttribute_Value_Null ( ) : void
AddChild ( ) : void
AddChild_Null ( ) : void
Attributes ( ) : void
Attributes_Name_Invalid_MS ( ) : void
Attributes_Value_Invalid ( ) : void
Constructor1 ( ) : void
Constructor1_EmptyString ( ) : void
Constructor1_Tag_Invalid ( string tagName ) : void
Constructor1_Tag_Null ( ) : void
Constructor2 ( ) : void
Constructor2_Tag_Invalid ( string invalid ) : void
Constructor2_Tag_Null ( ) : void
Constructor2_Text_Null ( ) : void
CreateElement ( ) : SecurityElement
Equal ( ) : void
Escape ( ) : void
FromString_Null ( ) : void
IsValidAttributeName ( ) : void
IsValidAttributeValue ( ) : void
IsValidTag ( ) : void
IsValidText ( ) : void
MultipleAttributes ( ) : void
SearchForChildByTag ( ) : void
SearchForChildByTag_Null ( ) : void
SearchForTextOfTag ( ) : void
SearchForTextOfTag_Tag_Null ( ) : void
Tag ( ) : void
Tag_Invalid ( string invalid ) : void
Tag_Null ( ) : void
Text ( ) : void
Text_Invalid ( string invalid ) : void