public void All() { var op = Op.All(10, 11, 12); Assert.AreEqual(new[] { 10, 11, 12 }, op["$all"]); }