Beispiel #1
0
        public override void SetUp()
        {
            base.SetUp();
            _bocTextValue    = new BocTextValueMock();
            _bocTextValue.ID = "BocTextValue";
            NamingContainer.Controls.Add(_bocTextValue);

            _businessObject = (IBusinessObject)TypeWithAllDataTypes.Create();

            _dataSource                = new BindableObjectDataSourceControl();
            _dataSource.Type           = typeof(TypeWithAllDataTypes);
            _dataSource.BusinessObject = _businessObject;

            _cultureScope = new CultureScope("");
        }