BloomTests.Book.TranslationGroupManagerTests.ShouldNormallyShowEditable_SituationsWhereVernacularShouldNotBeShown C# (CSharp) Метод

ShouldNormallyShowEditable_SituationsWhereVernacularShouldNotBeShown() приватный Метод

        public void ShouldNormallyShowEditable_SituationsWhereVernacularShouldNotBeShown()
        {
            Assert.IsFalse(TranslationGroupManager.ShouldNormallyShowEditable("xyz", new[] { "N1" }, "", "", _collectionSettings.Object),
                "The data-default-languages calls for the vernacular ");
            Assert.IsFalse(TranslationGroupManager.ShouldNormallyShowEditable("xyz", new[] { "N2" }, "", "", _collectionSettings.Object),
                "The data-default-languages calls for the vernacular ");
        }