예제 #1
0
        public void SpatialIndexScanIntegrationTest()
        {
            Assert.Inconclusive("TODO.");

            IRead target = CreateIRead();                             // TODO: Initialize to an appropriate value
            ReadOnlyCollection <AGraphElement> result         = null; // TODO: Initialize to an appropriate value
            ReadOnlyCollection <AGraphElement> resultExpected = null; // TODO: Initialize to an appropriate value
            string    indexId  = string.Empty;                        // TODO: Initialize to an appropriate value
            IGeometry geometry = null;                                // TODO: Initialize to an appropriate value
            bool      expected = false;                               // TODO: Initialize to an appropriate value
            bool      actual;

            actual = target.SpatialIndexScan(out result, indexId, geometry);
            Assert.AreEqual(resultExpected, result);
            Assert.AreEqual(expected, actual);
        }