Пример #1
0
        protected override void Given()
        {
            _context = new LogicalThreadContext();

            _context.Set("firstItem", "foo");
            _context.Set("secondItem", "fee");
            _context.Set("thirdItem", "foe");
            _context.Set("complexSerializableItem", new Serializable {
                Foo = "bar"
            });
        }