示例#1
0
        /// <summary>
        /// Constructor
        /// </summary>
        public DeserializeFromPathTest()
        {
            var fileProcessor = new WSV2.Common.IO.FileProcessor();

            _jsonProcessor = new WSV2.Common.IO.JsonProcessor(fileProcessor);
        }
示例#2
0
        /// <summary>
        /// Constructor
        /// </summary>
        public SerialzeWithIndentTest()
        {
            var fileProcessor = new WSV2.Common.IO.FileProcessor();

            _jsonProcessor = new WSV2.Common.IO.JsonProcessor(fileProcessor);
        }