SIL.FieldWorks.Common.Framework.DetailControls.DataTreeTests.TwoStringAttr C# (CSharp) Méthode

TwoStringAttr() private méthode

private TwoStringAttr ( ) : void
Résultat void
		public void TwoStringAttr()
		{
			m_dtree.Initialize(Cache, false, m_layouts, m_parts);
			m_dtree.ShowObject(m_entry, "CfAndBib", null, m_entry, false);
			Assert.AreEqual(2, m_dtree.Controls.Count);
			Assert.AreEqual("CitationForm", (m_dtree.Controls[0] as Slice).Label);
			Assert.AreEqual("Bibliography", (m_dtree.Controls[1] as Slice).Label);
		}