Beispiel #1
0
 public void LowerCaseAllAttributeNames_NullPassed()
 {
     // Act
     XElementExtensions.LowerCaseAllAttributeNames(null);
 }
Beispiel #2
0
 public void CopyWithoutNamespaces_NullPassed()
 {
     // Act
     XElementExtensions.CopyWithoutNamespaces(null);
 }