private void CheckRegistryDescription(string word, Conception.LanguageId languageId) { ConceptionDescription description = m_Conception.GetConceptionDescription(languageId); bool ignoreCase = true; Assert.AreEqual(word, description.ConceptionRegistryDescription, ignoreCase); }
private string GetConceptionDescription(Conception conception, Conception.LanguageId languageForDescription) { return(conception.GetConceptionDescription(languageForDescription).ConceptionRegistryDescription); }