Beispiel #1
0
 public void DocumentTagsAdminService_SetTags_IfDocumentIsNullThrowArgumentNullException()
 {
     _sut.Invoking(service => service.SetTags((string)null, null)).ShouldThrow <ArgumentNullException>();
 }