public void ParentActiveVariantTest()
 {
     SlideViewingListBox target = new SlideViewingListBox(); // TODO: Initialize to an appropriate value
     RibbonGroupVariant expected = new RibbonGroupVariant(); // TODO: Initialize to an appropriate value
     RibbonGroupVariant actual;
     target.ParentActiveVariant = expected;
     actual = target.ParentActiveVariant;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void SlideViewingListBoxConstructorTest()
 {
     SlideViewingListBox target = new SlideViewingListBox();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }