public void CreateFromName_Name_CategoryNotNull(string name) { var res = _categoryFactory.CreateFromName(name); Assert.IsNotNull(res); }