Пример #1
0
 public void TestResponseCodeCreation()
 {
     foreach (ImapResponseCodeType type in Enum.GetValues(typeof(ImapResponseCodeType)))
     {
         Assert.DoesNotThrow(() => ImapResponseCode.Create(type));
     }
 }