コード例 #1
0
 public void CreateFields_NonExistentType_ExceptionsIsThrown(string type)
 {
     Assert.Throws <Exception>(() => _uut.CreateFields(type));
 }