Cassette.UrlGenerator_CreateBundleUrl_Tests.CreateScriptBundleUrlReturnsUrlWithRoutePrefixAndBundleTypeAndPathAndHash C# (CSharp) Метод

CreateScriptBundleUrlReturnsUrlWithRoutePrefixAndBundleTypeAndPathAndHash() приватный Метод

        public void CreateScriptBundleUrlReturnsUrlWithRoutePrefixAndBundleTypeAndPathAndHash()
        {
            var url = UrlGenerator.CreateBundleUrl(StubScriptBundle("~/test/foo"), false);
            url.ShouldEqual("_cassette/scriptbundle/test/foo_010203");
        }