Example #1
0
        public StringPropertyHandlerWithCustomSelectStrategiesTests()
        {
            var customSelectOneStrategy  = new CustomSelectOneStrategy();
            var customSelectManyStrategy = new CustomSelectManyStrategy();

            this._sut = new StringPropertyHandler(customSelectOneStrategy, customSelectManyStrategy, new ContentSerializerSettings());
        }
        public StringPropertyHandlerWithCustomSelectStrategiesTests()
        {
            var customSelectOneStrategy  = new CustomSelectOneStrategy();
            var customSelectManyStrategy = new CustomSelectManyStrategy();

            this._sut = new StringPropertyHandler(customSelectOneStrategy, customSelectManyStrategy);
        }