상속: ILocalhost
예제 #1
0
        public static Key ExtractKey(this Localhost localhost, Bundle.BundleEntryComponent entry)
        {
            Uri uri     = new Uri(entry.Request.Url, UriKind.RelativeOrAbsolute);
            Key compare = ExtractKey(uri); // This fails!! ResourceIdentity does not work in this case.

            return(localhost.LocalUriToKey(uri));
        }
예제 #2
0
        //
        // You can use the following additional attributes as you write your tests:
        //
        // Use ClassInitialize to run code before running the first test in the class
        // [ClassInitialize()]
        // public static void MyClassInitialize(TestContext testContext) { }
        //
        // Use ClassCleanup to run code after all tests in a class have run
        // [ClassCleanup()]
        // public static void MyClassCleanup() { }
        //
        // Use TestInitialize to run code before running each test 
        // [TestInitialize()]
        // public void MyTestInitialize() { }
        //
        // Use TestCleanup to run code after each test has run
        // [TestCleanup()]
        // public void MyTestCleanup() { }
        //
        #endregion

        //[TestMethod]
        public void TestSearch()
        {
            IFhirModel _fhirModel = new FhirModel(Assembly.GetAssembly(typeof(Resource)), ModelInfo.SearchParameters);
            ILocalhost _localhost = new Localhost(new Uri("http://localhost"));
//            MongoIndexStore _indexStore = 
            //
            // TODO: Add test logic here
            //
        }