CreateStyle() public method

public CreateStyle ( ) : System.Web.UI.WebControls.Style
return System.Web.UI.WebControls.Style
		public void CreateStyle ()
		{
			CheckBoxListPoker c = new CheckBoxListPoker ();
			Assert.AreEqual (c.CreateStyle ().GetType (), typeof (TableStyle), "A1");
		}
Ejemplo n.º 2
0
        public void CreateStyle()
        {
            CheckBoxListPoker c = new CheckBoxListPoker();

            Assert.AreEqual(c.CreateStyle().GetType(), typeof(TableStyle), "A1");
        }