Ejemplo n.º 1
0
        public void TestBits()
        {
            var    options  = IndexOptions.SetBits(32);
            string expected = "{ \"bits\" : 32 }";

            Assert.AreEqual(expected, options.ToJson());
        }