コード例 #1
0
        public GridButtonTextDecoratorTests()
        {
            button = new Mock<IGridButtonBuilder>();
            html = new HtmlElement("button");

            decorator = new GridButtonTextDecorator(button.Object);
        }
コード例 #2
0
        public GridButtonTextDecoratorTests()
        {
            button = new Mock <IGridButtonBuilder>();
            html   = new HtmlElement("button");

            decorator = new GridButtonTextDecorator(button.Object);
        }